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: Peter Dyballa
Subject: Re: Make fails on Mac OS 10.7: ld: symbol(s) not found
Date: Sun, 16 Oct 2011 19:23:34 +0200

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]