BTW, I just tried the installation of 1.5.1 on a Mac Intel and I got
the same problem. (I realize that there is a binary available for
Mac Intel already, but I was curious to know if the problem I had was
specific to my PPC laptop -- apparently not.)
Gerard
On Aug 6, 2007, at 9:21 AM, Jean-Marc Lasgouttes wrote:
Gerard Ateshian <[EMAIL PROTECTED]> writes:
Here is the part relating to stpcpy.
It says:
configure:29853: gcc -o conftest -Os -framework Carbon -framework
OpenGL -framework AGL -framework QuickTime -lz -framework Cocoa
conftest.c -lm -liconv -lz -framework ApplicationServices Carbon
AppKit >&5
powerpc-apple-darwin8-gcc-4.0.1: Carbon: No such file or directory
powerpc-apple-darwin8-gcc-4.0.1: AppKit: No such file or directory
The problem are the stray Carbon and AppKit at the end of the command
line. Do you know where they come from?
JMarc