paragui-dev
[Top][All Lists]
Advanced

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

[paragui-dev] OSX makefile (cont'd..)


From: Asko Kauppi
Subject: [paragui-dev] OSX makefile (cont'd..)
Date: Mon, 5 Jul 2004 05:06:18 +0300


The thing I changed (directly in the test/Makefile) is:

LFLAGS = -L../src ../src/libparagui.la $(FREETYPE_LIBS) $(SDL_LIBS) -Wl,-bind_at_load


$(SDL_LIBS) brings in the -framework's that are needed

-Wl,-bind_at_load causes a zlib linkage warning (_lots_ of noise) to be supressed. Not sure if this is my issue, or generic, but since zlib is at the system level (not fink) I believe it can be a generic one.

Hope this helps?
-ak


ps. Of course, the same change also to test/keyboard, test/fireworks and test/colorselector/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]