This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


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

make tests fails for 2.0.106


>Submitter-Id:	net
>Originator:	
>Organization:
  Joseph Mack, NA3T, FM05lw EME(B,D), SysAdmin/Programmer 
  AZ_PROJ map server at http://www.wm7d.net/azproj.shtml
  mailto: mack@ncifcrf.gov
  
>
>Confidential:	no
>Synopsis:	make tests fails 2.0.106
>Severity:	<[ non-critical | serious | critical ] (one line)>
>Priority:	<[ low | medium | high ] (one line)>
>Category:	libc
>Class:		<[ sw-bug | doc-bug | change-request | support ] (one line)>
>Release:	libc-2.0.106
>Environment:
	<machine, os, target, libraries (multiple lines)>
Host type: i586-pc-linux-gnu
System: Linux chuck 2.1.131 #6 Thu Dec 24 23:06:22 GMT 1998 i586 unknown
Architecture: i586

Addons: crypt linuxthreads localedata

Build CC: gcc
Compiler version: egcs-2.91.60 19981201 (egcs-1.1.1 release)
Kernel headers: 2.1.131
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: yes
Build omitfp: no
Build bounded: no
Build static-nss: no
Stdio: libio

>Description:
	<precise description of the problem (multiple lines)>
>How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple lines)>
>Fix:
	<how to correct or work around the problem, if known (multiple lines)>

make tests output 
make[2]: Entering directory `/usr2/src/temp/gcc/glibc-2.0.106/stdlib'
cd /usr2/src/temp/gcc/glibc-2.0.106/objdir/stdlib && gcc   -include ../config.h /usr2/src/temp/gcc/glibc-2.0106/stdlib/isomac.c -o isomac
/usr/local/lib/libc.so.6: undefined reference to `_dl_sysdep_start@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_r_debug@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_starting_up@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_unload_cache@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_init_next@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_signal_error@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_relocate_object@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_initial_searchlist@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_profile@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_global_scope_alloc@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_fpu_control@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_debug_message@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_mcount@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_debug_initialize@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_start_profile@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_check_all_versions@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_catch_error@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_map_object@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_loaded@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_main_searchlist@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_profile_map@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_profile_output@@GLIBC_2.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_map_object_deps@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_debug_impcalls@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_debug_state@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `_dl_lookup_symbol@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `__libc_enable_secure@@GLIBC_2.0'
/usr/local/lib/libc.so.6: undefined reference to `__libc_stack_end@@GLIBC_2.1'
collect2: ld returned 1 exit status
make[2]: *** [/usr2/src/temp/gcc/glibc-2.0.106/objdir/stdlib/isomac] Error 1
make[2]: Leaving directory `/usr2/src/temp/gcc/glibc-2.0.106/stdlib'
make[1]: *** [stdlib/tests] Error 2
make[1]: Leaving directory `/usr2/src/temp/gcc/glibc-2.0.106'
make: *** [tests] Error 2
---------------------------------------------


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