Support Request #100409, was updated on 2002-Feb-08 17:01
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100409&group_id=25

Category: None
Status: Open
Priority: 5
Summary: install & clean broken on cygwin

By: ydirson
Date: 2002-Feb-08 17:01

Message:
Logged In: YES 
user_id=622
Browser: Mozilla/5.0 Galeon/1.0.2 (X11; Linux i686; U;) Gecko/20020102

The following make rules do not work:

====
foo: foo.o
  libtool gcc foo.o -o foo

install: foo
  libtool cp foo /usr/bin

clean:
  libtool --mode=clean rm foo foo.o
====

Both the install and clean rules fail with "foo: no
such file or dir".  File "foo" does not exist because
we did not link with a libtool lib, and I only have
"foo.exe".

OTOH, "libtool install" works fine, but is not portable
on platforms without a BSD install (eg. Solaris).

It works fine for executables that link to a
libtool-built shared lib, though.


----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100409&group_id=25

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to