Problems with SDL_Mixer on Mac

Anders F Björklund afb at algonet.se
Thu Mar 16 12:12:15 PST 2006


Mark Harviston wrote:

> Thank you, but
> make LDFLAGS="-L/sw/lib/ -L.
> still gives me the __ModuleInfo_5mixer undefined error again
> I have tried many variations, like:
> make LDFLAGS="-L. -L./sdl/ -L/sw/lib"
> so maybe that is not the problem.
> ideas?

Is the mixer.d actually *in* the D library ?

Maybe you need another .o, beyond the .a ?
(I think SDL_Mixer is an add-on to SDL, yes?)

--anders



More information about the D.gnu mailing list