Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Sat, 4 Dec 1999 22:42:46 -0500
To: "Charles S. Wilson" <cwilson@ece.gatech.edu>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: _tzname not exported from latest snapshots?
Message-ID: <19991204224246.A10346@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: "Charles S. Wilson" <cwilson@ece.gatech.edu>,
	cygwin@sourceware.cygnus.com
References: <3849D875.C02208DD@ece.gatech.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@sourceware.cygnus.com

