ilsize.1.gz
cscc-cpp.1.gz
cscc.1.gz
rm -f /usr/local/bin/cli-unknown-ranlib.exe
ln ilranlib.exe /usr/local/bin/cli-unknown-ranlib.exe
rm -f /usr/local/bin/cli-unknown-ar.exe
a="/usr/local/bin/cli-unknown-ar.exe"; b=.${a%/*}/b; c="/mingw/bin/ar"; d=.${c%/*}//; e=; \
while [ ."${b%%/*}" = ."${d%%/*}" ]; do b=${b#*/}; d=${d#*/}; done; \
while [ ."$b" != ."b" ]; do b=${b#*/}; e=../$e; done; \
ln "$e${d%/}${c##*/}" "$a"
ln: creating hard link `/usr/local/bin/cli-unknown-ar.exe' to `../../../mingw/bin/ar': No such file or directory
make[2]: *** [install-exec-local] Error 1
make[2]: Leaving directory `/mingw/DotGNU/pnet-
0.7.4/ilranlib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/mingw/DotGNU/pnet-0.7.4/ilranlib'
make: *** [install-recursive] Error 1
-----------------
here the problem seems to be that the makefile is trying to use 'cli-unknown-ar.exe' which it has already deleted in the previous command... it seems there could be some problem in the generated makefile.
any suggestions in resolving the 2 issues would be very helpful.
Thanks and Regards,
Bikram
_______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers
