paragui-dev
[Top][All Lists]
Advanced

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

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


From: Ulf Lorenz
Subject: Re: [paragui-dev] OSX makefile (cont'd..)
Date: Wed, 7 Jul 2004 13:59:02 +0200
User-agent: Mutt/1.5.6+20040523i

On Mon, Jul 05, 2004 at 05:06:18AM +0300, Asko Kauppi wrote:
> 
> 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
Update, you were right. The libs are found etc. but not supplied to the
build process. There would be two ways to circumvent this.

- adding two lines to configure.in like
    LIBS="$LIBS $SDL_LIBS ..."
    AC_SUBST(LIBS)

- adding these libs to the single Makefile.am like
    libpgcore_la_LIBADD= $SDL_LIBS ...


Alex, your turn, or do you need a patch? :)


Ulf

-- 
recursive:
            see recursive




reply via email to

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