Re: i see no perl executable around there

2004-08-10 Thread Gerrit P. Haase
Hello Steve, [...] > If you finish a perl build the make install step will fix the ld2 to > contain what the release version contains, if you don't install perl > into /usr/bin, it needs manually fixing. Isn't this already in the > README.cygwin (aka perldoc perlcygwin) included? If you use a p

Re: i see no perl executable around there

2004-08-10 Thread Gerrit P. Haase
ntain s.th. like this: for trythis in /usr/bin/perl do if [ -x $trythis ] then $trythis /usr/bin/perlld "$@" exit $? fi done # hard luck! echo I see no perl executable around there ... exit 1 It is used during perl builds, that means the previously installed ld2 in /usr/bin is

Re: i see no perl executable around there

2004-08-09 Thread Yitzchak Scott-Thoennes
win-thread-multi-64int/CORE/libperl.dll.a > i see no perl executable around there > perl is required to build dynamic libraries > go fetch one or build this one static > MAKE: *** [blib/arch/auto/Compress/Zlib/Zlib.dll] Error 1 > > Any idea what the problem is? What does &q

i see no perl executable around there

2004-08-09 Thread Steve Kelem
uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o -o blib/arch/auto/Compress/Zlib/Zlib.dll /usr/lib/perl5/5.8.5/cygwin-thread-multi-64int/CORE/libperl.dll.a i see no perl executable around there perl is required to build dynamic libraries go fetch on