mainGNU Libtool - Support: sr #100409, install & clean broken on...

 
 

sr #100409: install & clean broken on cygwin

Submitter:  Yann Dirson <ydirson>
Submitted:  Fri 08 Feb 2002 05:01:09 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 08 Feb 2002 05:01:09 PM UTC, original submission:  


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.

Yann Dirson <ydirson>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code