Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <38D3EC50.6DA61EF8@attglobal.net> Date: Sat, 18 Mar 2000 15:51:28 -0500 From: John Fortin X-Sender: "John Fortin" <@smtp-gw01.ny.us.ibm.net> (Unverified) X-Mailer: Mozilla 4.7 [en]C-gatewaynet (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: strace.exe compile problem References: <38D39D73 DOT 3150CB4D AT attglobal DOT net> <20000318131343 DOT A935 AT cygnus DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > > This was reported before. I just checked in a fix. > > cgf Hi Chris, I updated from CVS and still get the same problem... gcc -mno-cygwin -o strace.exe /e/src/winsup/utils/strace.cc mingw_getopt.o -g 2 -W -Wall -fno-exceptions -nostdinc++ -fno-rtti -mno-cygwin -I/e/src/winsup/m gw/include -lnetapi32 -ladvapi32 /e/obj/i686-pc-cygwin/winsup/mingw/libmingw32 /USR/BIN/../lib/gcc-lib/i686-pc-cygwin/2.95.2/libgcc.a(_eh.o)(.text+0x389): un fined reference to `_impure_ptr' collect2: ld returned 1 exit status make[1]: *** [strace.exe] Error 1 make[1]: Leaving directory `/e/obj/i686-pc-cygwin/winsup/utils' make: *** [utils] Error 2 John