Opened 20 years ago

Last modified 13 years ago

#569 closed defect

non-libtool Cygwin dll install failing — at Initial Version

Reported by: paul-grass@… Owned by: warmerdam
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

See below: it tries to link a file to itself and fails
Using 15th May CVS snapshot

./install-sh -d /usr/local/lib
rm -f /usr/local/lib/libgdal.dll
rm -f /usr/local/lib/libgdal.dll.cvs-20040515
rm -f /usr/local/lib/libgdal.dll.cvs-20040515
./install-sh -c ./libgdal.dll /usr/local/lib/libgdal.dll.cvs-20040515
(cd /usr/local/lib ; \
 ln -s libgdal.dll.cvs-20040515 libgdal.dll)
(cd /usr/local/lib ; \
 ln -s libgdal.dll.cvs-20040515 libgdal.dll.cvs-20040515)
ln: `libgdal.dll.cvs-20040515': File exists
make: *** [install-lib] Error 1

Change History (0)

Note: See TracTickets for help on using tickets.