help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Make fails on Mac OS 10.7: ld: symbol(s) not found


From: Marius Hofert
Subject: Re: Make fails on Mac OS 10.7: ld: symbol(s) not found
Date: Mon, 17 Oct 2011 00:09:23 +0200

Dear Peter,

thank you very much. I'll try that.

In the meantime, I switched to http://vgoulet.act.ulaval.ca/en/emacs/mac/ which 
also contains some of the packages I require anyway.

Cheers,

Marius

On 2011-10-16, at 19:23 , Peter Dyballa wrote:

> 
> Am 16.10.2011 um 10:04 schrieb Marius Hofert:
> 
>> ld: symbol(s) not found for architecture x86_64
> 
> Try to 'make clean' and then configure with LDFLAGS containing '-Wl,-t' and 
> CFLAGS containing -H. The former will show which shared libraries actually 
> are used to build temacs (and later emacs). Knowing them, you can check with 
> file or 'lipo -info' or 'lipo -detailed_info' whether they are correct.
> 
> The latter flag, -H, will make GCC to report which C header files it uses to 
> pre-process the source files.
> 
> 
> BTW, have you ever tried to compile in GNU Emacs? M-x compile RET C-a C-k 
> <your configure or compile command instead of the default> RET.
> 
> --
> Mit friedvollen Grüßen
> 
>  Pete
> 
> Wenn man die Redlichkeit eines Politikers allzu laut betont, zweifelt man an 
> seinen Fähigkeiten.
>                               (Charles Maurice de Talleyrand)
> 





reply via email to

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