Received: from mailgate2.manu.com (mail.manu.com [192.189.83.69])
by gwyn.tux.org (8.9.3/8.9.1) with ESMTP id KAA06146
for <zlibc(a)tux.org>; Wed, 15 May 2002 10:56:18 -0400
From: mjohnson(a)manu.com
Received: from notesgate2.manu.com (not verified[10.0.2.25]) by mailgate2.manu.com
id <B0005d535b>; Wed, 15 May 2002 10:48:31 -0400
To: zlibc(a)tux.org
Subject: Bug Report fo zlibc-0.9j on Sparc Solaris 8
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001
Message-ID: <OFF9B65C28.B9E6F179-ON85256BBA.004E9FD2(a)manu.com>
Date: Wed, 15 May 2002 10:56:30 -0400
X-MIMETrack: Serialize by Router on Notesgate2/MANUGISTICS(Release 5.0.10 |March 22, 2002) at
05/15/2002 10:53:22 AM,
Serialize complete at 05/15/2002 10:53:22 AM
Content-Type: text/plain; charset="us-ascii"
When compiling zlibc-0.9j on an UltraSparc 5 Solaris 8 system with
gcc-3.0.4 and make-3.79.1:
./configure --prefix=/usr/local/gnu
make
zlibc.h:241:13: warning: extra tokens at the end of #undef directive
=== changes to zlibc.h ===
=== changes to zlibc.h ===
altnames.c:32: redefinition of '_unlink'
altnames.c:31: '_unlink' previously defined here
make: *** [altnames.o] Error 1
=== altnames.c changes ===
32: change "_unlink" to "__unlink" to mirror the other aliases
=== altnames.c changes ===
filetype.c: In function 'remove_ld_preload':
filetype.c:45: 'environ' undeclared (first use in this function)
filetype.c:45:
=== filetype.c changes ===
copy line 182: extern char **environ;
paste after line 28: char **zlib_uncompressor;
=== filetype.c changes ===
altnames.o: In function '__open'
altnames.o(.text+0x0): multiple definition of '__open'
=== altnames.c changes ===
all references to '__open' look okay
=== altnames.c changes ===
tried aliasing ld='/usr/local/bin/ld' to no avail
gave up and switched to zlibc-0.9e, which compiles and installs just fine
on the same system
Matthew Johnson
Data Comm Specialist
Manugistics, Inc.
301-255-5045