emacs-pretest-bug
[Top][All Lists]
Advanced

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

make bootstrap failed on Solaris 2.6


From: Katsumi Yamaoka
Subject: make bootstrap failed on Solaris 2.6
Date: Wed, 10 Mar 2004 13:18:03 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Hello,

The recent change in s/sol2-6.h blocks construction of Emacs on
Solaris 2.6 for me.

#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc

It is passed to gcc as an argument, however gcc does not
interpret it.  It also overrides the value defined in
s/sol2-4.h, which is necessary to build Emacs on my Solaris 2.6
machine.  Is there other information which I should submit?

Best regards,

gcc -znocombreloc -L/usr/local/lib -L/usr/local/X11/lib -o temacs dispnew.o...
gcc: unrecognized option `-znocombreloc'
Undefined                       first referenced
 symbol                             in file
tgetnum                             term.o
tgetstr                             term.o
tparm                               terminfo.o
tgoto                               cm.o
tputs                               cm.o
tgetent                             term.o
tgetflag                            term.o
ld: fatal: Symbol referencing errors. No output written to temacs
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
-- 
Katsumi Yamaoka <address@hidden>




reply via email to

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