Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Sat, 4 Dec 1999 22:42:46 -0500 To: "Charles S. Wilson" Cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: _tzname not exported from latest snapshots? Message-ID: <19991204224246.A10346@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: "Charles S. Wilson" , cygwin AT sourceware DOT cygnus DOT com References: <3849D875 DOT C02208DD AT ece DOT gatech DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3849D875.C02208DD@ece.gatech.edu>; from cwilson@ece.gatech.edu on Sat, Dec 04, 1999 at 10:13:57PM -0500 Your _tzname definition should look like this: include/time.h:extern char *_tzname[2] __declspec(dllimport); I would guess that it doesn't and that you're somehow not using the include files from the snapshot. cgf On Sat, Dec 04, 1999 at 10:13:57PM -0500, Charles S. Wilson wrote: >I ran into a problem trying to build perl with the following >configuration: >PATH=/usr/local/src/perl5.005_62:.:/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin:/usr/local:/etc:/usr/lib:/usr/libexec >gcc -L/usr/local/src/perl5.005_62 -L/usr/local/lib -s -s -o perl >perlmain.o lib/auto/DynaLoader/DynaLoader.a lib/auto/B/B.a >lib/auto/ByteLoader/ByteLoader.a lib/auto/Data/Dumper/Dumper.a >lib/auto/Devel/DProf/DProf.a lib/auto/Devel/Peek/Peek.a >lib/auto/Fcntl/Fcntl.a lib/auto/File/Glob/Glob.a lib/auto/IO/IO.a >lib/auto/Opcode/Opcode.a lib/auto/POSIX/POSIX.a >lib/auto/SDBM_File/SDBM_File.a lib/auto/Socket/Socket.a >lib/auto/attrs/attrs.a lib/auto/re/re.a -lperl `cat ext.libs` -lcygwin >-lm -lkernel32 /usr/local/lib/libcrypt.a >lib/auto/POSIX/POSIX.a(POSIX.o)(.text+0xcb86):POSIX.c: undefined >reference to `_tzname' >lib/auto/POSIX/POSIX.a(POSIX.o)(.text+0xcbb9):POSIX.c: undefined >reference to `_tzname' >make: *** [perl] Error 1 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com