Opened 20 years ago

Closed 13 years ago

#569 closed defect (wontfix)

non-libtool Cygwin dll install failing

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

Description (last modified by Even Rouault)

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 (1)

comment:1 by Even Rouault, 13 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.