Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 96 14:54:24 +0100
From:      Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
To:        haytham@haytham.elec.uq.edu.au
Cc:        ports@freebsd.com, asami@freebsd.org
Subject:   Re: trouble building latex
Message-ID:  <9607151354.AA13618@cabri.obs-besancon.fr>
In-Reply-To: <199607150105.LAA02084@haytham.elec.uq.edu.au> (message from Haytham Algundy on Mon, 15 Jul 1996 11:05:22 %2B1000 (EST))

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Haytham Algundy writes:

 > Hi
 > I've been trying to build latex under 2.1-stable, and I would get 
 > the following errors.

 > gcc -o bibtex -O2 -m486 -pipe -fno-strength-reduce -L/usr/X11R6/lib  bibtex.o openinout.o ../lib/lib.a ../../kpathsea/kpathsea.a 
 > openinout.o: Undefined symbol `_nameoffile' referenced from text segment
 > openinout.o: Undefined symbol `_nameoffile' referenced from text segment

Can you look a few lines above? I can reproduce this problem with a
buggy version of sed:
Writing the output file.....500.....1000.....1500.....2000.....2500...
Done.
(No errors were found.)
/bin/sh ./../bibtex/convert bibtex.p bibtex.c
sed: 3: "1a\
\#include \<setjmp. ...": invalid command code j
                          ^^^^^^^^^^^^^^^^^^^^^^^^^ error here!

gcc -DBibTeX -I./../lib -I../.. -O2 -pipe -L/usr/X11R6/lib -c bibtex.c
rm -f openinout.c
ln -s ../lib/openinout.c openinout.c
gcc -DBibTeX -I./../lib -I../.. -O2 -pipe -L/usr/X11R6/lib -c openinout.c
gcc -o bibtex -O2 -pipe -L/usr/X11R6/lib  bibtex.o openinout.o ../lib/lib.a ../../kpathsea/kpathsea.a 
openinout.o: Undefined symbol `_nameoffile' referenced from text segment
openinout.o: Undefined symbol `_nameoffile' referenced from text segment

If this is the case try to use sed from 2.1R or -current (or maybe
2.1.5R)

Jean-Marc
 _____________________________________________________________________________
 Jean-Marc Zucconi       Observatoire de Besancon       F 25010 Besancon cedex
                   PGP Key: finger jmz@cabri.obs-besancon.fr
 =============================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9607151354.AA13618>