"Honest Guvnor" <[EMAIL PROTECTED]> writes:

> On 10/17/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>> The reason seems to be that configure recognizes the compiler as gcc
>> whereas it is not gcc. Could you send (privately maybe) your
>> config.log file so that I investigate this?
>
> The compiler is gcc 3.3 with some modifications by Apple. Bennett is
> stating that gcc 4.0 is required and the use of gcc 4.0 specific flags
> in the configure script would be inline with this. 

I do not think there is any gcc4 specific flags in the configure
script. If I remember correctly, the problem with gcc3 was when
linking, not compiling.

> I am happy to send you the log file but it may be wise to check with
> the people experienced with the Mac port about how locked in they
> are to the latest 10.4 version of OSX.

Concerning your config.log entry, the problem seems to be:
configure:26619: gcc -o conftest -O2   -I/usr/X11R6/include  conftest.c  -lSM 
-lICE -lm  -liconv -lz  -L/usr/X11R6/lib -lX11  -framework ApplicationServices 
-F/usr/local/Trolltech/Qt-4.3.2/lib Carbon AppKit QtCore   >&5
gcc: Carbon: No such file or directory
gcc: AppKit: No such file or directory
gcc: QtCore: No such file or directory

The is because you have an old version of pkg-config installed. Remove
it, or install a newer one.

> Alternatively, if someone can confirm that I can still build an X
> version of lyx without the Apple stuff then I will keep going trying
> to compile lyx now and again.

I think it should work

JMarc

Reply via email to