Dead Hackers Society
Other BBSes »
 
 
Demoscene  Coding  CT60  Buy/sell

Atari coding BBS
 
Re: I need help compiling SDL
Posted by: mikro Mar,29.2008-12:25 

Hi Chris,

what a creative mood ;-) Yes, basically, on linux is "holy trio" in 99% enough but on mint... :)

When you say you have zlib rpm lib/devel package installed, it should be fine. You can look into source code and find the files it includes (i.e. zlib.h). Then write simple hello world program using this header and calling some function from it if the compiler and linker can found it... i.e.:

#include <zlib.h>

int main(void)
{
some_function_from_zlib(0);
return 0;
}

compile it with gcc -o test test.c -lz and if it's OK, then it needs deeper (not so easy for beginner) investigation -- probably configure script is looking for different name (libz vs zlib?) or something other is bad..







[All messages in this thread]    [Start new thread]

Topic Posted by  Date 
I need help compiling SDL game sdl-beginner Mar,29.2008-09:41
  Re: I need help compiling SDL mikro Mar,29.2008-12:25
    Re: I need help compiling SDL mikro Mar,29.2008-13:08
      Re: I need help compiling SDL mikro Mar,29.2008-13:47
        Re: I need help compiling SDL mikro Mar,29.2008-14:05
        Re: I need help compiling SDL sdl-beginner Mar,29.2008-15:28
          Re: I need help compiling SDL mikro Mar,29.2008-16:42
      Re: I need help compiling SDL sdl-beginner Mar,29.2008-14:38
        Re: I need help compiling SDL sdl-beginner Mar,29.2008-16:50
          Re: I need help compiling SDL sdl-beginner Mar,29.2008-17:10
          Re: I need help compiling SDL mikro Mar,29.2008-17:14
            Re: I need help compiling SDL sdl-beginner Mar,29.2008-19:35
              Re: I need help compiling SDL mikro Mar,29.2008-19:44
                Re: I need help compiling SDL sdl-beginner Mar,30.2008-03:55
                  Re: I need help compiling SDL mikro Mar,30.2008-13:39
                    Re: I need help compiling SDL sdl-beginner Mar,30.2008-15:12
                      Re: I need help compiling SDL mikro Mar,30.2008-18:51
                        Re: I need help compiling SDL sdl-beginner Mar,30.2008-23:29
                          Re: I need help compiling SDL mikro Mar,31.2008-10:59
                            Re: I need help compiling SDL sdl-beginner Mar,31.2008-19:11
                              Re: I need help compiling SDL mikro Mar,31.2008-22:26
                                Re: I need help compiling SDL sdl-beginner Apr,01.2008-07:49
                                  Re: I need help compiling SDL sdl-beginner Apr,01.2008-07:51
                                    Re: I need help compiling SDL mikro Apr,01.2008-12:52
                                      Re: I need help compiling SDL sdl-beginner Apr,01.2008-13:47
                                        Re: I need help compiling SDL sdl-beginner Apr,01.2008-14:20
                                      Re: I need help compiling SDL sdl-beginner Apr,01.2008-14:21
                                        Re: I need help compiling SDL sdl-advancer Apr,01.2008-22:12
                                          Re: I need help compiling SDL mikro Apr,01.2008-22:41
                                          Re: I need help compiling SDL J. F. Lemaire Apr,02.2008-11:46
                                        Re: I need help compiling SDL mikro Apr,01.2008-22:45
                                          Re: I need help compiling SDL J. F. Lemaire Apr,02.2008-11:41
                                            Re: I need help compiling SDL mikro Apr,02.2008-14:27
                                              Re: I need help compiling SDL sdl-advancer Apr,02.2008-15:12
                                                Re: I need help compiling SDL mikro Apr,02.2008-18:53
                                                  Re: I need help compiling SDL sdl-advancer Apr,03.2008-18:28
                                                    Re: I need help compiling SDL CiH Apr,03.2008-22:24
                                                    Update on above posting CiH Apr,03.2008-22:55
                                                      Re: Update on above posting sdl-advancer Apr,04.2008-07:29
                                                        Re: Update on above posting MacFalcon Apr,07.2008-11:45
                                                          Thanks a lot! CiH Apr,07.2008-21:46
                                                            Download Links MacFalcon May,13.2008-12:01


Reply to this message
Name:
Topic:
Anti-troll code:

Message:

What's the anti-troll code?
That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
© 1994-2024 Dead Hackers Society Contact: Anders Eriksson