Hi all!
I'm trying to compile programs that use SDL library.
I get the following errors:
Undefined                       first referenced
 symbol                             in file
SDL_LoadWAV_RW                      libSDLmac.a(Mac_Wave.o)
SDL_RWFromFile                      libSDLmac.a(Mac_Wave.o)
SDL_WriteLE32                       libSDLmac.a(Mac_Wave.o)
SDL_FreeWAV                         libSDLmac.a(Mac_Wave.o)
ld: fatal: Symbol referencing errors. No output written to playwave

It seems that these fucntions were not build dynamicaly

I remember that when qt applications demanded -lCrun library, I just rebuilded 
QT using
./configure -lCrun command
But what can do in the case of sdl?If I install it from blastwave I get the 
same errors
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to