This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: Updated: libtool-devel-1.5, libltdl3-1


Hallo Charles,

> compile mode seems okay
> install mode seems okay
> link mode *always* fails -- like this:
>    "failed: mkdir .libs
>     gcc -o hell.exe -g -O -Wl,-someflag=test foo.o"
> ?? *mkdir* fails??
> But it works fine in compile mode---
>    "passed: mkdir .libs
>     gcc -c "-DVAR= test    " foo.c  -DPIC -o .libs/foo.o
>     gcc -c "-DVAR= test    " foo.c -o foo.o >/dev/null 2>&1"

compile mode comes at first, link mode as second step.

$ mkdir .libs

$ mkdir .libs
mkdir: cannot create directory `.libs': File exists

Sigh.
-- 
=^..^=


--
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/


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