[SDL] Link errors with mingw32 on Win98

kinetik at paradise.net.nz kinetik at paradise.net.nz
Thu Jun 8 08:29:46 PDT 2000


> You will need to try playing with the linking libraries 
order on the link
> command line.  Most notably, a lib required by another 
lib must be *after*
> it in the linking order.
> 
> e.g. -lpng -lz -> In That Order!

Yeah, the dependancies are no problem, the function it 
claims doesn't exist is in libSDL (the last library I have 
on the link line).

> There are actually some wierd loops in dependancies that 
show up from time
> to time that require the same library to be in there 
twice, or so I've
> heard.
> 
> e.g.  -lSDLmain -lSDL -lSDLmain (in that order in the 
link line).

Not the problem in this case, I've tried all of the 
permutations and no luck...





More information about the SDL mailing list