Subject: upgrade 1.2 to -current (sources supped Friday afternoon)
To: None <current-users@NetBSD.ORG>
From: David Maxwell <david@fundy.ca>
List: current-users
Date: 02/01/1997 22:35:11
I installed a 1.2 machine from scratch to test some things in -current, and when
trying to do the make in /sys/lib I get this in the csu directory...
myname# make
===> i386
cc -O -DLIBC_SCCS -I/usr/src/lib/csu/i386/.. -Werror -c -DCRT0 -DDYNAMIC
/usr/src/lib/csu/i386/crt0.c -o crt0.o
cc1: warnings being treated as errors
/usr/src/lib/csu/i386/../common.c: In function `dlopen':
In file included from /usr/src/lib/csu/i386/crt0.c:116:
/usr/src/lib/csu/i386/../common.c:168: warning: passing arg 1 discards `const' from
pointer target type
/usr/src/lib/csu/i386/../common.c: In function `dlsym':
/usr/src/lib/csu/i386/../common.c:189: warning: passing arg 2 discards `const' from
pointer target type
*** Error code 1
Stop.
*** Error code 1
Stop.
myname# exit
I know that the prototypes for dlopen and dlsym have changed since 1.2, but I can't
think of what I've forgotten to rebuild in this case.
Any Suggestions?
David Maxwell
david@vex.net