Alexey Zakhlestin wrote:
> On 11/17/07, Martin Costabel <[EMAIL PROTECTED]> wrote:
>> As pogma explained in the thread "[Fink-devel] I need help with a2ps" 6
>> days ago, using a very recent autoconf should solve this problem.
> 
> The latest we have in fink is 2.60 and it is not "new enough"

You'd need to grab autoconf from git for this to work.

I could not follow the link you posted, links brought up a page that
said "Your search returned no results".

gcc calls dsymutil when it creates an executable directly from a source
file with debugging enabled. e.g.

gcc -o foo -g foo.c

This is so that debugging information will be available (with Xcode-3.0
the default debugging format is dwarf).

Some autoconf macros test for features using $CC $CFLAGS -o conftest
conftest.c then rm conftest*, this usually results in a warning during
configure, however really old autoconfs fail to detect the correct exe
extension and instead of '' set it to '.dSYM', this causes some problems :)

Perhaps php uses a custom test for exeext, because I thought this
problem did not occur on newer autoconf releases. Anyway, the proper
forum is probably either [EMAIL PROTECTED] or the php lists.

Hope this helps,
Peter


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to