Mail Archives: cygwin/2003/12/02/22:27:42
On Tue, Dec 02, 2003 at 09:55:25PM -0500, Charles Wilson wrote:
>So I'm trying to release a new version of "mingw-zlib" for cygwin(*) now
>that zlib-1.2.1 has been released. But I can't...
>
>(*) this package is a msvcrt-linked version of zlib, used by cygwin
>internal projects (like setup.exe and others) which are not allowed, for
>whatever reason, to link against cygwin1.dll or the cygwin version of zlib.
>
>So here's the error I get:
>
>gcc -mno-cygwin -O2 -o example.exe example.o -L. -lz -L/usr/lib/mingw
>/usr/lib/gcc-lib/i686-pc-mingw32/3.3.1/crtbegin.o(.text+0x5):crtstuff.c:
>undefined reference to `___w32_sharedptr_initialize'
>collect2: ld returned 1 exit status
>make: *** [example.exe] Error 1
>
>I snooped around in the gcc CVSWEB and found this file in the cygming332
>branch:
>[snip]
>Now it refers to a file "config/i386/w32-shared-ptr.c" which seems
>promising -- but doesn't appear to exist in CVS. Is this a problem?
I don't know what this particular problem is (it sounds pretty bad if
-mno-cygwin is this broken) but:
======================
File: w32-shared-ptr.c Status: Up-to-date
Working revision: 1.1.6.1
Repository revision: 1.1.6.1 /cvs/gcc/gcc/gcc/config/i386/Attic/w32-shared-ptr.c,v
Sticky Tag: cygming332 (branch: 1.1.6.1.2)
Sticky Date: (none)
Sticky Options: (none)
This file *is* in cvs. It was added by Danny Smith in August, AFAICT.
Out of curiousity, have you upgraded all of the various gcc-mingw
packages now?
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -