* Re: Can't compile with GNUstep [not found] <58208A73-827A-4A2E-BF28-C519A8FB7B6B@Web.DE> @ 2009-07-11 18:44 ` Germán Arias 2009-07-11 21:22 ` Peter Dyballa 0 siblings, 1 reply; 8+ messages in thread From: Germán Arias @ 2009-07-11 18:44 UTC (permalink / raw) To: Emacs [-- Attachment #1: Type: text/plain, Size: 774 bytes --] Well, I copy the GNUstep libraries from /usr/GNUstep/Local/Library/Libraries to /lib, now I don't get that error. But, now I get Compiling /home/german/Instalados/emacs/lisp/eshell/em-unix.el Fatal error (11)Aborted make[1]: *** [/home/german/Instalados/emacs/lisp/eshell/em-unix.elc] Error 134 make[1]: se sale del directorio `/home/german/Instalados/emacs/lisp' make: *** [lisp] Error 2 --- El mié 8-jul-09, Peter Dyballa <Peter_Dyballa@Web.DE> escribió: The file config.log should give precise information why configuration fails. ____________________________________________________________________________________ ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=e1 [-- Attachment #2: Type: text/html, Size: 1054 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Can't compile with GNUstep 2009-07-11 18:44 ` Can't compile with GNUstep Germán Arias @ 2009-07-11 21:22 ` Peter Dyballa 2009-07-16 1:34 ` Germán Arias [not found] ` <mailman.2600.1247708066.2239.help-gnu-emacs@gnu.org> 0 siblings, 2 replies; 8+ messages in thread From: Peter Dyballa @ 2009-07-11 21:22 UTC (permalink / raw) To: Germán Arias; +Cc: Emacs Am 11.07.2009 um 20:44 schrieb Germán Arias: > Compiling /home/german/Instalados/emacs/lisp/eshell/em-unix.el > Fatal error (11)Aborted > make[1]: *** [/home/german/Instalados/emacs/lisp/eshell/em- > unix.elc] Error 134 Byte-code compilation failed. I'd try make distclean ./configure <again> make bootstrap Could be something was left from previous attempts. This could provoke failures. Signal 11 (SEGV) points into this direction. Have you ever tried to invoke ./configure --help Doesn't GNUstep.conf solve all problems? LDFLAGS can help GCC find all places with libraries. -- Greetings Pete ~ o ~_\\_/\ ~ O O ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Can't compile with GNUstep 2009-07-11 21:22 ` Peter Dyballa @ 2009-07-16 1:34 ` Germán Arias 2009-07-16 8:01 ` Peter Dyballa [not found] ` <mailman.2600.1247708066.2239.help-gnu-emacs@gnu.org> 1 sibling, 1 reply; 8+ messages in thread From: Germán Arias @ 2009-07-16 1:34 UTC (permalink / raw) To: Emacs [-- Attachment #1: Type: text/plain, Size: 1128 bytes --] Well, if I try ./configure make All work fine. But with ./configure --with-ns --with-gnustep-conf=/etc/GNUstep/GNUstep.conf configure fails. And with ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers make install or ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers make bootstrap I get the same error Aborted(11). On the Makefile I see CC=gcc CPP=gcc -E C_SWITCH_SYSTEM=-D_BSD_SOURCE ALLOCA= LN_S=ln -s CFLAGS=-g -O2 -Wno-pointer-sign -I/usr/GNUstep/System/Library/Headers LDFLAGS= -Wl,-znocombreloc -L/usr/GNUstep/System/Library/Libraries CPPFLAGS=-D_BSD_SOURCE -I/usr/GNUstep/Local/Library/Headers C_SWITCH_X_SITE= LD_SWITCH_X_SITE= EXEEXT= MAKEINFO=/usr/bin/makeinfo Why /usr/GNUstep/System? On the latest GNUstep source the headers and libraries are in /usr/GNUstep/Local Thanks for your help and regards. ____________________________________________________________________________________ ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=e1 [-- Attachment #2: Type: text/html, Size: 1322 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Can't compile with GNUstep 2009-07-16 1:34 ` Germán Arias @ 2009-07-16 8:01 ` Peter Dyballa 0 siblings, 0 replies; 8+ messages in thread From: Peter Dyballa @ 2009-07-16 8:01 UTC (permalink / raw) To: Germán Arias; +Cc: Emacs Am 16.07.2009 um 03:34 schrieb Germán Arias: > Why /usr/GNUstep/System? I don't know, and I don't know why you can't check which help configure gives you… -- Greetings Pete A lot of us are working harder than we want, at things we don't like to do. Why? ...In order to afford the sort of existence we don't care to live. – Bradford Angier ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <mailman.2600.1247708066.2239.help-gnu-emacs@gnu.org>]
* Re: Can't compile with GNUstep [not found] ` <mailman.2600.1247708066.2239.help-gnu-emacs@gnu.org> @ 2009-07-16 9:02 ` Anselm Helbig 0 siblings, 0 replies; 8+ messages in thread From: Anselm Helbig @ 2009-07-16 9:02 UTC (permalink / raw) To: help-gnu-emacs [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain, Size: 2266 bytes --] At Wed, 15 Jul 2009 18:34:18 -0700 (PDT), Germán Arias <germanandre304@yahoo.com> wrote: > > Well, if I try > > ./configure > make > > All work fine. But with > > ./configure --with-ns --with-gnustep-conf=/etc/GNUstep/GNUstep.conf > > configure fails. And with > > ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers > make install > > or > > ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers > make bootstrap I think the configure line should look like this: CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers ./configure --with-ns Didn't try it though. HTH, Anselm -- Anselm Helbig mailto:anselm.helbig+news2009@googlemail.com ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Can't compile with GNUstep @ 2009-07-08 22:39 Germán Arias 0 siblings, 0 replies; 8+ messages in thread From: Germán Arias @ 2009-07-08 22:39 UTC (permalink / raw) To: help-gnu-emacs [-- Attachment #1: Type: text/plain, Size: 593 bytes --] Well, but if I try with ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers LDFLAGS=-L/usr/GNUstep/Local/Library/Libraries or with ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers I get the same error. --- El mié 8-jul-09, Peter Dyballa <Peter_Dyballa@Web.DE> escribió: Are you sure you need to give -lgnustep-gui? ____________________________________________________________________________________ ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=e1 [-- Attachment #2: Type: text/html, Size: 875 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Can't compile with GNUstep @ 2009-07-08 19:00 Germán Arias 2009-07-08 22:05 ` Peter Dyballa 0 siblings, 1 reply; 8+ messages in thread From: Germán Arias @ 2009-07-08 19:00 UTC (permalink / raw) To: help-gnu-emacs [-- Attachment #1: Type: text/plain, Size: 740 bytes --] Hello, I have Emacs from CVS. And I try compile this with (I have GNUstep on /usr/GNUstep) ./configure --with-ns CPPFLAGS=-I/usr/GNUstep/Local/Library/Headers LIBS=-lgnustep-gui LDFLAGS=-L/usr/GNUstep/Local/Library/Libraries But when I do make install I get the error /usr/bin/ld: cannot find -lgnustep-gui collect2: ld devolvió el estado de salida 1 make[1]: *** [temacs] Error 1 make[1]: se sale del directorio `/home/german/Instalados/emacs/src' make: *** [src] Error 2 Some suggestion? ____________________________________________________________________________________ ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=e1 [-- Attachment #2: Type: text/html, Size: 898 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Can't compile with GNUstep 2009-07-08 19:00 Germán Arias @ 2009-07-08 22:05 ` Peter Dyballa 0 siblings, 0 replies; 8+ messages in thread From: Peter Dyballa @ 2009-07-08 22:05 UTC (permalink / raw) To: Germán Arias; +Cc: help-gnu-emacs Am 08.07.2009 um 21:00 schrieb Germán Arias: > But when I do > > make install > > I get the error > > /usr/bin/ld: cannot find -lgnustep-gui Are you sure you need to give -lgnustep-gui? -- Greetings Pete One doesn't expect governments to obey the law because of some higher moral development. One expects them to obey the law because they know that if they don't, those who aren't shot will be hanged. – Michael Shirley ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-07-16 9:02 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <58208A73-827A-4A2E-BF28-C519A8FB7B6B@Web.DE> 2009-07-11 18:44 ` Can't compile with GNUstep Germán Arias 2009-07-11 21:22 ` Peter Dyballa 2009-07-16 1:34 ` Germán Arias 2009-07-16 8:01 ` Peter Dyballa [not found] ` <mailman.2600.1247708066.2239.help-gnu-emacs@gnu.org> 2009-07-16 9:02 ` Anselm Helbig 2009-07-08 22:39 Germán Arias -- strict thread matches above, loose matches on Subject: below -- 2009-07-08 19:00 Germán Arias 2009-07-08 22:05 ` Peter Dyballa
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).