Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 1998 10:34:03 +0100
From:      "Dampure, Pierre-Yves: IT (LDN)" <Pierre.Dampure@barclayscapital.com>
To:        "'current@FreeBSD.org'" <current@FreeBSD.ORG>
Subject:   ELF Stage 2: results
Message-ID:  <711DCB8FB391D111B9DD00805F8BDDBA7262FB@exips0019.itops.ldn.bzwint.com>

next in thread | raw e-mail | index | archive | help

Some problems after a make world of -current cvsupped 05:00 BST today:

- The links created for the crypt libraries under /usr/lib/aout do not
necessarily match what was present in /usr/lib; in effect, I was suddenly
switched from DES to MD5 (which of course caused some problems when trying
to log in...). Of course, this is just a one off, so it doesn't matter that
much.

- PPP could not load libalias any further, since the path is hardcoded in
/usr/src/usr.bin/ppp/loadalias.c. This should be easy to fix, but also means
we might have some more hardcoded paths in the tree.

- I tried to recompile modula-3 (still willing to see if John Dyson's SMP
mods sort the problem we have currently -- the port does not build under
SMP) but apparently ld is still looking for /usr/lib/crt0 (see below). Where
can I fix this?

---------------------- building m3 ----------------------

mkdir FreeBSD2
--- building in FreeBSD2 ---
m3 -w1 -why -O -times -o m3 -F/var/tmp/qkcV8998 
new source -> compiling ../src/M3Backend.i3
new source -> compiling ../src/Arg.i3
new source -> compiling ../src/Msg.i3
new source -> compiling ../src/M3Path.i3
new source -> compiling ../src/Unit.i3
new source -> compiling ../src/Utils.i3
new source -> compiling ../src/WebFile.i3
new source -> compiling ../src/M3BackPosix.m3
new source -> compiling ../src/Arg.m3
new source -> compiling ../src/Msg.m3
new source -> compiling ../src/M3Path.m3
new source -> compiling ../src/Unit.m3
new source -> compiling ../src/Utils.m3
new source -> compiling ../src/WebFile.m3
new source -> compiling ../src/Main.m3
 -> linking m3
ld: /usr/lib/crt0.o: No such file or directory

Fatal Error: program "ld" failed, exit status = 256

Best Regards,


Pierre Y.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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