This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ld and backslashed paths


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]