Message-Id: <200005262104.RAA14631@delorie.com> Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm 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: "Parker, Ron" To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: ld and backslashed paths Date: Fri, 26 May 2000 16:02:48 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" The following command make LOCAL_UNZIP=-mno-cygwin LOCLIBS=-lcrtdll -f win32/makefile.gcc all is generating the following errors from ld. dllwrap --driver-name gcc --def windll/windllgcc.def -o unzip32.dll -s windll.o windllrc.o api.o crc32l.o crctabl.o cryptl.o explodel.o extractl.o fileiol.o globalsl.o inflatel.o listl.o matchl.o processl.o ttyiol.o unreducl.o unshrnkl.o zipinfol.o crc_i386.o win32l.o ntl.o -luser32 -ladvapi32 -lcrtdll /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc-cygwin/bin/ld: Can't open base file /tmp\cc006814.base collect2: ld returned 1 exit status dllwrap: gcc exited with status 1 make: *** [unzip32.dll] Error 1 I assume it is related the fact that all paths which contain any backslashes are treated as Windows paths. However, I am clueless how to correct it. I would send an strace log, but stracing the make or dllwrap command hangs after initialization output. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com