This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

/lib/libc.a: undef ref _DYNAMIC_LINK @ alpha-dec-osf



After several kludges with egcs-19980418, 
my build on    % uname -sr
               OSF1 V4.0
Using:  --enable-gcc --disable-shared --disable-haifa
failed with:

mv tmplibgcc.a libgcc.a
./xgcc -B./  -DIN_GCC    -g -I./include   enquire.o -o enquire
/lib/libc.a(ldr_atexit.o)(.lita+0x38): undefined reference to `_DYNAMIC_LINK'
/lib/libc.a(find_rtfunc.o)(.lita+0x90): undefined reference to `_gpinfo'
/lib/libc.a(find_rtfunc.o)(.lita+0xa8): undefined reference to `_fpdata_size'
/lib/libc.a(find_rtfunc.o)(.lita+0xb8): undefined reference to `_DYNAMIC_LINK'
/lib/libc.a(ldr_load.o)(.lita+0xa8): undefined reference to `_DYNAMIC_LINK'
collect2: ld returned 1 exit status

May be it uses the new installed 'ld' of binutils-2.9?

-- yotam


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]