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]

other/1004: building makeinfo assumes -lz is magically available



>Number:         1004
>Category:       other
>Synopsis:       building makeinfo assumes -lz is magically available
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 07 02:16:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Will Partain
>Release:        2.97 20001204 (experimental)
>Organization:
Motorola
>Environment:
System: SunOS slicker 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-5_10
Architecture: sun4

	
host: sparc-sun-solaris2.6
build: sparc-sun-solaris2.6
target: sparc-sun-solaris2.6
configured with: ./configure --prefix=/.-ark-deploy/gcc--20001204 --disable-nls
>Description:
When linking makeinfo, it assumes -lz is readily at
hand, even though I hadn't done --enable-system-zlib;
this wasn't true in 2.95.2, but has been true for a
number of recent snapshots.

make[3]: Entering directory `/d/ark-builds/gcc--20001204/sparc-solaris2.6/texinfo/makeinfo'
/our/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -DLOCALEDIR=\"/.-ark-deploy/gcc--20001204/share/locale\" -I/our/include -I/our/include -O2 -fstrict-aliasing -c makeinfo.c
/our/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -DLOCALEDIR=\"/.-ark-deploy/gcc--20001204/share/locale\" -I/our/include -I/our/include -O2 -fstrict-aliasing -c multi.c
/our/bin/gcc -I/our/include -O2 -fstrict-aliasing  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a  -lz 
ld: fatal: library -lz: not found
ld: fatal: File processing errors. No output written to makeinfo
collect2: ld returned 1 exit status
make[3]: *** [makeinfo] Error 1
make[3]: Leaving directory `/d/ark-builds/gcc--20001204/sparc-solaris2.6/texinfo/makeinfo'

>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:

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