unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* build failure on Solaris 10
@ 2008-06-27  8:01 Kenichi Handa
  2008-06-27 14:25 ` Dan Nicolaescu
  0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2008-06-27  8:01 UTC (permalink / raw)
  To: emacs-devel; +Cc: Taiji.Can

I got this bug report:

The latest Emacs can't be compiled on Solaris 10 because
it tries to link non-existing /usr/lib/ccs/crt1.o.

When src/m/sparc.h is reverted to the previous version, the
above problem disappear, but the following error happens:

gcc -nostdlib `./prefix-args -Xlinker  -L/usr/ccs/lib `./prefix-args -Xlinker -\R/usr/openwin/lib -R/opt/local/lib` `{ set x USE_MOTIF; test "$2" = "USE_MOTIF"\; } || echo ' -R/usr/dt/lib -L/usr/dt/lib'`` -L/usr/openwin/lib -L/opt/local/li\b -o temacs pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/val\ues-Xt.o dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o c\oding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o \xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o   emacs.o k\eyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o mini\buf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search\.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fn\
 s.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o r\egion-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o compo\site.o md5.o    xfont.o termin
 fo.o lastfile.o gmalloc.o ralloc.o vm-limit.o wid\get.o    ../lwlib/liblw.a -L/usr/openwin/lib -L/opt/local/lib -lXaw -lXmu -lXt \-lSM -lICE -lXext -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm -lX11     -lresolv \-lsocket -lnsl -lkstat -lcurses -lkstat `gcc -print-libgcc-file-name` -lm -lc /\usr/ccs/lib/crtn.o `gcc -print-libgcc-file-name`
/bin/sh: syntax error line 1: `}' unexpected

---
Kenichi Handa
handa@ni.aist.go.jp




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build failure on Solaris 10
  2008-06-27  8:01 build failure on Solaris 10 Kenichi Handa
@ 2008-06-27 14:25 ` Dan Nicolaescu
  2008-06-28  2:34   ` Taiji.Can
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2008-06-27 14:25 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: Taiji.Can, emacs-devel

Kenichi Handa <handa@m17n.org> writes:

  > I got this bug report:
  > 
  > The latest Emacs can't be compiled on Solaris 10 because
  > it tries to link non-existing /usr/lib/ccs/crt1.o.
  > 
  > When src/m/sparc.h is reverted to the previous version, the
  > above problem disappear, but the following error happens:
  > 
  > gcc -nostdlib `./prefix-args -Xlinker  -L/usr/ccs/lib `./prefix-args -Xlinker -\R/usr/openwin/lib -R/opt/local/lib` `{ set x USE_MOTIF; test "$2" = "USE_MOTIF"\; } || echo ' -R/usr/dt/lib -L/usr/dt/lib'`` -L/usr/openwin/lib -L/opt/local/li\b -o temacs pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/val\ues-Xt.o dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o c\oding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o \xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o   emacs.o k\eyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o mini\buf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search\.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o
  fn\
  >  s.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o r\egion-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o compo\site.o md5.o    xfont.o termin
  >  fo.o lastfile.o gmalloc.o ralloc.o vm-limit.o wid\get.o    ../lwlib/liblw.a -L/usr/openwin/lib -L/opt/local/lib -lXaw -lXmu -lXt \-lSM -lICE -lXext -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm -lX11     -lresolv \-lsocket -lnsl -lkstat -lcurses -lkstat `gcc -print-libgcc-file-name` -lm -lc /\usr/ccs/lib/crtn.o `gcc -print-libgcc-file-name`
  > /bin/sh: syntax error line 1: `}' unexpected

This should be fixed now.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build failure on Solaris 10
  2008-06-27 14:25 ` Dan Nicolaescu
@ 2008-06-28  2:34   ` Taiji.Can
  0 siblings, 0 replies; 3+ messages in thread
From: Taiji.Can @ 2008-06-28  2:34 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: Taiji.Can, emacs-devel


  Hi, 

>   > The latest Emacs can't be compiled on Solaris 10 because
>   > it tries to link non-existing /usr/lib/ccs/crt1.o.
>   > 
>   > When src/m/sparc.h is reverted to the previous version, the
>   > above problem disappear, but the following error happens:
:
>   > /bin/sh: syntax error line 1: `}' unexpected
> 
> This should be fixed now.

  I confirmed this problem was corrected. 
  Thank you for your quick response.

Best regards,
T.Can
-- 

					ADVANTEST corp.
					Taiji.Can@jp.advantest.com





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-28  2:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-27  8:01 build failure on Solaris 10 Kenichi Handa
2008-06-27 14:25 ` Dan Nicolaescu
2008-06-28  2:34   ` Taiji.Can

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).