Martin Costabel wrote:
>>
>> Anyone see a simple solution (like not having a static declaration of  
>> stpcpy)?
> 
> A simple solution is to add
> 
>   ac_cv_exeext=''
> 
> There may be a more "official" solution to this *.dSYM mess, but if 
> there is one, I must have missed it. This one has worked in another 
> package, and it works for a2ps, too.

Ralf is working on eliminating the warnings from autoconf, recent
versions do seem to correctly guess the exeext, so I can only assume
that a2ps uses an older autoconf version.

http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00056.html

Another solution is to explicitly specify CFLAGS, CXXFLAGS etc with no
-g, or to specify -gstabs. e.g. CFLAGS="-Os" CXXFLAGS="-Os". dsymutil
only gets called if the object file is temporary, such as 'gcc -g -o foo
foo.c', but unfortunately, this is what AC_RUN_IFELSE, AC_LINK_IFELSE
autoconf macros do.

Peter

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to