Hmm. I wish I knew more about the whole configure/make process. One
thing: it doesn't look like it can't find /usr/bin/ld, but rather
/usr/bin/ld can't find one of its arguments.
My only other guess would be to copy /usr/libexec/config.guess and
/usr/libexec/config.sub into your build director
Thank you for the suggestion. Unfortunately, it didn't help. I get
the same error.
Any more ideas out there?
Ryan
At 9:45 PM -0600 2/6/02, Steven Cayford wrote:
>I don't know if the configure script for 4.1.1 deals with the two
>level namespace on OSX, but for 4.0.6 I had to manually edit the
I don't know if the configure script for 4.1.1 deals with the two level
namespace on OSX, but for 4.0.6 I had to manually edit the libtool after
running configure. Find the line beginning with "archive_cmds='$CC ...'",
and add ' -flat_namespace ' after the 'CC'. Then run make.
-Steve
On 2002