bug-gnulib
[Top][All Lists]
Advanced

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

Re: bug#13495: Compilation fails on Mac OS X 10.8.0


From: Paul Eggert
Subject: Re: bug#13495: Compilation fails on Mac OS X 10.8.0
Date: Thu, 24 Jan 2013 13:38:16 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 01/24/13 13:07, Assaf Gordon wrote:
>   $ CFLAGS="-g -O0" ./configure

Isn't it better to use this?

   ./configure CFLAGS="-g -O0"

If that works, it solves your problem.
Otherwise:

>   $ make
>   [ ... snip ... ]
>     CCLD     src/dircolors
>   Undefined symbols for architecture x86_64:
>     "___stpncpy_chk", referenced from:

This is the broken stpncpy implementation on OS X.
But why isn't 'configure' catching that?
What is the value of HAVE_STPNCPY?  It should
not be 1.  config.log should tell you why it has
the wrong value.



reply via email to

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