chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] -ldl -ldl in Autoconf


From: felix winkelmann
Subject: Re: [Chicken-users] -ldl -ldl in Autoconf
Date: Thu, 7 Sep 2006 09:06:59 +0200

On 9/7/06, Brandon J. Van Every <address@hidden> wrote:

 I believe Autoconf is handling -ldl wrong.  Here's my CMake code:


Never mind. If autoconf is running up to this point, I'm fine (after all,
we try to push cmake, right?)

BTW, another question: does the cmake add gcc optimization
flags to every build-type (Debug, etc.)? If yes, we should add
those only In Release mode, or better:

MinSizeRel (I'd really like to make this the default build mode):
 -Os -fomit-frame-pointer

Release:
 -O3 -fomit-frame-pointer


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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