|
|
Atari coding BBS
Re: I need help compiling SDL |
Posted by: mikro
|
Mar,30.2008-18:51
|
ok, just a stupid question: where do you type these commands?
i mean, are you sure you're on ext2 partition, your "/" (where your unix binaries are) is that ext2 partition, /root directory is also there and you type it from bash (toswin2 or startup shell) ?
it's possible (when you don't use login prompt) your PATH environment variable is somehow different, so verify this:
(you're in bash shell)
echo $PATH (+enter)
you should see string like: /usr/bin:/usr/local/bin:/bin ... etc
note that /usr/local/bin.
if you say you untarred (not copied) patrice's sdl lib into /usr/local/lib and sdl-config into /usr/local/bin, you should be able to execute this:
cd /root (to be sure we're in home)
sdl-config (enter)
if you see help message from sdl-config , then it's _really_ weird.
if not, check that PATH variable. if /usr/local/bin is missing, type:
export PATH=/usr/local/bin:$PATH
this adds it to search paths.
now try it again, bash should find sdl-config executable and configure script as well.
if this doesn't help, look into config.log and paste error message (plus a few messages above/below it) here.
|
[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
|
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.
|
|
|