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: Alexander Pipelka
Subject: Re: [paragui-dev] OSX makefile (cont'd..)
Date: Wed, 07 Jul 2004 15:56:08 +0200

Am Mit, den 07.07.2004 schrieb Ulf Lorenz um 13:59:
> > $(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? :)

Which method would you prefer ?
I would vote for the second one (don't know why, maybe because it's just
a *one-liner*).

Ok ?

Alex






reply via email to

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