Subject: gas from current sup won't build
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Brad Parker <brad@fcr.com>
List: current-users
Date: 07/07/1994 14:56:14
I'm (finally) running a current kernel, and attempting to do a full
build from the current sup.  All the libs build fine and I can build
new kernels.

rebuilding everything in /us/src I ran into the problem with pppd,
which was easy to fix, and not the next snag seems to be gas.
gas won't build due to compile errors in obj-aout.c

/usr/src/gnu/usr.bin/gas/config/obj-aout.c:43: `N_REGISTER' undeclared here (no\
t in a function)
/usr/src/gnu/usr.bin/gas/config/obj-aout.c: In function `obj_crawl_symbol_chain\
':
/usr/src/gnu/usr.bin/gas/config/obj-aout.c:509: `N_REGISTER' undeclared (first \
use this function)
/usr/src/gnu/usr.bin/gas/config/obj-aout.c:509: (Each undeclared identifier is \
reported only once
/usr/src/gnu/usr.bin/gas/config/obj-aout.c:509: for each function it appears in\
.)
/usr/src/gnu/usr.bin/gas/config/obj-aout.c: In function `obj_pre_write_hook':
/usr/src/gnu/usr.bin/gas/config/obj-aout.c:633: `AOUT_FLAGS' undeclared (first \
use this function)
/usr/src/gnu/usr.bin/gas/config/obj-aout.c:634: `AOUT_VERSION' undeclared (firs\
t use this function)


anyone know if gas should/shouldnot build from the current sup?

-brad

------------------------------------------------------------------------------