[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] 0.3 Released



ShredWheat wrote:
> 
> > $ sdl-config --libs --cflags --version
> > -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
> > -I/usr/include/SDL -D_REENTRANT
> > 1.1.6
> >
> > Eerie, huh? Anyway, as I said I got it working by just copying over
> > the Setup.in file, same as in 0.2.
> 
> i've made a quick revision to the config_unix.py file.
> it will "ignore" arguments with commas that it gets from sdl-config
> 
> it's in CVS and here is a copy for your convenience.
> 
> as per our usual routine. there is a version 0.3b tarball with
> this small change. i've also moved david clark's RPM's into the
> main FTP directory and got them all linked up in from the
> pygame downloads page. happy trails
> 
> http://pygame.seul.org/download.shtml
> 

-Wl is the option for gcc to pass-through options to the 
linker. so -Wl,-rpath,/usr/lib is actually telling gcc to pass 
"-rpath /usr/lib" to ld.

Strictly speaking, it's not needed since linux already looks at 
/usr/lib for shared libs, it's just a side-effect of using libtool 
to generate libSDL.so
____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org