in reply to Re^4: PDL installation
in thread PDL installation

I am running bash and this is what I get for PATH

Ok - thanks. Can you show us the results of running the following commands. (For reference, I'll also show what I get.)
Rob@desktop2 ~ $ which perl /usr/bin/perl Rob@desktop2 ~ $ which gcc /usr/bin/gcc Rob@desktop2 ~ $ which make /usr/bin/make Rob@desktop2 ~ $ perl -e 'print $^X' /usr/bin/perl.exe Rob@desktop2 ~ $ perl -V:make make='make'; Rob@desktop2 ~ $ perl -V:cc cc='gcc'; Rob@desktop2 ~ $ perl -v This is perl, v5.8.8 built for cygwin-thread-multi-64int (with 8 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge.
You should be getting essentially the same.

Who built the Perl in C:/Perl/bin ? If it's ActiveState perl then you should be building stuff for it in the cmd.exe shell using either mingw (which I see you have) or a Microsoft compiler. It would be rather tricky and somewhat unusual to be building extensions PDL for ActivePerl inside the Cygwin environemnt. If you want PDL to run with ActivePerl perl, it should build easily in the cmd.exe shell using mingw - or you can just ppm install PDL from http://cpan.uwinnipeg.ca/PPMPackages/10xx (perl-5.10) or http://theoryx5.uwinnipeg.ca/ppms/ (perl-5.8).

Cheers,
Rob

Replies are listed 'Best First'.
Re^6: PDL installation
by mili3431 (Novice) on Feb 03, 2010 at 14:59 UTC
    I tried these, and I got exactly the same answers.

    I use windows. So when I started working with perl, I downloaded Activeperl for windows; however later decided to switch to cygwin and run cygwin version of perl from cygwin. Now that I want to add PDL to perl on cygwin, I am getting all these problem.

    I don't know why cygwin is trying to use Dev-cpp make. I tried to removing Dev-cpp and Activeperl from windows path, but still giving me the same problem. Any suugestions?

    Thank you for your help
      I tried to removing Dev-cpp and Activeperl from windows path

      As long as their listing in $PATH occurs after /usr/bin, their presence should not matter - assuming that /usr/bin contains a 'make.exe', a 'ggc.exe', and a 'perl.exe' etc. (I wonder if it's the cpan shell that's doing something to stuff things up. I'm assuming that we're in the cpan shell that belongs to usr/bin/perl, not ActivePerl.)

      So, it gets to the point where we need to see the 'perl Makefile.PL' and 'make' output.

      'cd' to some location (say ~/modules) and manually extract the PDL source (tar zxvf /location_of/PDL-2.4.6.tar.gz)

      Then run perl Makefile.PL >p.txt 2>&1 followed by make >m.txt 2>&1. Then send us a copy'n'paste of p.txt. It may be that m.txt is too large to post to perlmonks (depending upon when the error occurs). If it's not too big to post to perlmonks, then send us a copy'n'paste of it, too. Otherwise it would probably be best to move this over to the PDL list where you can send copies of 'p.txt' and 'm.txt' as attachments.

      Cheers,
      Rob
        This is p.txt, I put m.txt in the next one. Thank you

        Makefile.PL: acceptable OpenGL not found, setting $PDL::Config{USE_POG +L} => 0 making PDL_B... making PDL_S... making PDL_US... making PDL_L... making PDL_LL... making PDL_F... making PDL_D... Extracting Types.pm Warning: prerequisite Astro::FITS::Header 0 not found. Warning: prerequisite Inline 0.43 not found. Warning: prerequisite OpenGL 0.62 not found. Checking if your kit is complete... Looks good Warning: prerequisite Inline 0.43 not found. Writing Makefile for PDL::pod Writing Makefile for Inline Writing Makefile for PDL::PP Writing Makefile for PDL::NiceSlice Trying to figure out POSIX threads support ... Saw pthread.h. Fine. Nope, your perl was not linked against pthread library You need to include -lpthread in your perl libs configuration ==> PDL will be built without POSIX thread support. ==> *NOTE*: PDL threads are unrelated to perl threads (usethreads= +y)! ==> Enabling perl threads will not help! Trying to figure out endian-ness of machine... It is little endian Writing Makefile for PDL::Core Congratulations - building PDL with bad value support (WITH_BADVAL +=1) + using -FLT_MAX/-DBL_MAX for floating-point bad values Writing Makefile for PDL::Bad Writing Makefile for PDL::Ops Writing Makefile for PDL::Ufunc Writing Makefile for PDL::Primitive Writing Makefile for PDL::Slices Writing Makefile for PDL::Tests Source of functions System: acosh asinh atanh erf infinity j0 j1 jn rint y1 Distribution: erfc erfi fixy0 fixyn nan ndtri polyroots Writing Makefile for PDL::Math Writing Makefile for PDL::MatrixOps Writing Makefile for PDL::Complex Writing Makefile for PDL Writing Makefile for PDL::Demos Writing Makefile for PDL::Pod::Parser Writing Makefile for PDL::Doc WITH_3D: Looking for xdpyinfo to check GLX .. WITH_3D: Found xdpyinfo, now checking for GLX extension xdpyinfo: unable to open display "". Not building PDL::Graphics::Karma, turn on WITH_KARMA if this is + incorrect writing dummy Makefile Cannot find plplot library (libplplotd.dll), skipping PDL::Graphics::P +Lplot Not building PDL::Graphics::PLplot WITH_3D: No GLX extension found for this X server, won't build TriD + or OpenGL WITH_3D: Turn on WITH_3D if this is incorrect. Writing Makefile for PDL::Graphics::PGPLOT::Window Writing Makefile for PDL::Graphics::PGPLOT Writing Makefile for PDL::Graphics::LUT::tables::DATA Writing Makefile for PDL::Graphics::LUT::ramps::DATA Writing Makefile for PDL::Graphics::LUT Writing Makefile for PDL::Graphics::IIS Checking PDL::Graphics::PLplot... found_plplot is 1 Writing Makefile for PDL::Graphics::Limits Writing Makefile for PDL exiting graphics... Not building PDL::IO::Browser. Turn on WITH_IO_BROWSER if this is i +ncorrect. Writing Makefile for PDL::IO::FastRaw Writing Makefile for PDL::IO::Misc Writing Makefile for PDL::IO::FlexRaw Writing Makefile for PDL::IO::Pnm Writing Makefile for PDL::IO::NDF Writing Makefile for PDL::IO::Storable Writing Makefile for PDL::IO::FITS writing dummy Makefile Cannot find hdf library, libdf.a. Please add the correct library path to Makefile.PL or install HDF Cannot find hdf header file, hdf.h. Please add the correct library path to Makefile.PL or install HDF Skipping build of PDL::IO::HDF. writing dummy Makefile Cannot find GD library, . Please add the correct library path to Makefile.PL or install GD .Cannot find GD header file, . Please add the correct library path to Makefile.PL or install GD. Skipping build of PDL::IO::GD. writing dummy Makefile Can't locate ExtUtils/F77.pm in @INC (@INC contains: /usr/lib/perl5/5. +10/i686-cygwin /usr/lib/perl5/5.10 /usr/lib/perl5/site_perl/5.10/i686 +-cygwin /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/vendor_perl/5.10 +/i686-cygwin /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/vendor_pe +rl/5.10 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 / +cygdrive/c/Documents and Settings/Mahzari/Desktop/PDL/PDL-2.4.6 /cygd +rive/c/Documents and Settings/Mahzari/Desktop/PDL/PDL-2.4.6/Lib .) at + (eval 68) line 2. BEGIN failed--compilation aborted at (eval 68) line 2. ExtUtils::F77 module not found. Ought not build PDL::Slatec Final $hdf_defs flags: '-DNDEBUG -D_BSD_SOURCE -DLINUX -DGCC32' Writing Makefile for PDL::IO::Dicom Writing Makefile for PDL::IO Writing Makefile for PDL::Opt::Simplex Writing Makefile for PDL::Opt Writing Makefile for PDL::ImageRGB Writing Makefile for PDL::Fit::Gaussian Writing Makefile for PDL::Fit Writing Makefile for PDL::FFT Writing Makefile for PDL::Filter Writing Makefile for PDL::Image2D Writing Makefile for PDL::ImageND Writing Makefile for PDL::CallExt writing dummy Makefile no GSL link info (libgsl probably not available) no GSL include info (libgsl probably not available) no GSL version info found (gsl-config not installed?) Not building GSL modules: GSL version UNKNOWN VERSION found, need a +t least 1.3 writing dummy Makefile Skipping build of PDL::FFTW. writing dummy Makefile Testing support libraries for PDL::GIS::Proj: Cannot find Proj library, libproj.a. Please add the correct library path to Makefile.PL or install Proj +. Cannot find Proj header file, proj_api.h. Please add the correct library path to Makefile.PL or install Proj +. Skipping build of PDL::GIS::Proj. writing dummy Makefile Testing support libraries for PDL::Transform::Proj4: Cannot find Proj4 library, libproj.a. Please add the correct library path to Makefile.PL or install Proj +4. Cannot find Proj4 header file, proj_api.h. Please add the correct library path to Makefile.PL or install Proj +4. Skipping build of PDL::Transform::Proj4. writing dummy Makefile Can't locate ExtUtils/F77.pm in @INC (@INC contains: /usr/lib/perl5/5. +10/i686-cygwin /usr/lib/perl5/5.10 /usr/lib/perl5/site_perl/5.10/i686 +-cygwin /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/vendor_perl/5.10 +/i686-cygwin /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/vendor_pe +rl/5.10 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 / +cygdrive/c/Documents and Settings/Mahzari/Desktop/PDL/PDL-2.4.6 /cygd +rive/c/Documents and Settings/Mahzari/Desktop/PDL/PDL-2.4.6/Lib .) at + (eval 72) line 2. BEGIN failed--compilation aborted at (eval 72) line 2. ExtUtils::F77 module not found. Ought not build PDL::Minuit writing dummy Makefile Writing Basic/Core/Config.pm * Gentle warning from PDL::IO::FITS: * Hmmm. You don't appear to have the Astro::FITS::Header module installe +d. You'll be able to read and write FITS files anyway, but FITS support i +s greatly improved if you install it. You can get the latest Astro::FITS::Header module from CPAN -- point your browser at http://www.cpan.org. Writing Makefile for PDL::Lib::GIS Writing Makefile for PDL::Transform::Cartography Writing Makefile for PDL::Transform Writing Makefile for PDL::Lib Writing Makefile for PDL
        here is m.txt. Thanks for your help.

        /usr/bin/perl.exe "-Iblib/arch" "-Iblib/lib" pdldoc.PL pdldoc Extracting pdldoc (WITH bad value support) make[1]: Entering directory `/cygdrive/c/Documents and Settings/Mahzar +i/Desktop/PDL/PDL-2.4.6/Basic' cp Reduce.pm ../blib/lib/PDL/Reduce.pm cp PDL.pm ../blib/lib/PDL.pm cp Lite.pm ../blib/lib/PDL/Lite.pm cp Options.pm ../blib/lib/PDL/Options.pm cp LiteF.pm ../blib/lib/PDL/LiteF.pm cp default.perldlrc ../blib/lib/PDL/default.perldlrc cp AutoLoader.pm ../blib/lib/PDL/AutoLoader.pm cp Lvalue.pm ../blib/lib/PDL/Lvalue.pm cp Matrix.pm ../blib/lib/PDL/Matrix.pm make[2]: Entering directory `/cygdrive/c/Documents and Settings/Mahzar +i/Desktop/PDL/PDL-2.4.6/Basic/Pod' PERL5OPT='' podselect ../Gen/Inline/Pdlpp.pm > PP-Inline.pod cp BadValues.pod ../../blib/lib/PDL/BadValues.pod cp Impatient.pod ../../blib/lib/PDL/Impatient.pod cp Internals.pod ../../blib/lib/PDL/Internals.pod cp Tips.pod ../../blib/lib/PDL/Tips.pod cp PP-Inline.pod ../../blib/lib/PDL/PP-Inline.pod cp Dataflow.pod ../../blib/lib/PDL/Dataflow.pod cp Delta.pod ../../blib/lib/PDL/Delta.pod cp FAQ.pod ../../blib/lib/PDL/FAQ.pod cp Philosophy.pod ../../blib/lib/PDL/Philosophy.pod cp Indexing.pod ../../blib/lib/PDL/Indexing.pod cp Objects.pod ../../blib/lib/PDL/Objects.pod cp Intro.pod ../../blib/lib/PDL/Intro.pod cp PP.pod ../../blib/lib/PDL/PP.pod cp API.pod ../../blib/lib/PDL/API.pod make[2]: Leaving directory `/cygdrive/c/Documents and Settings/Mahzari +/Desktop/PDL/PDL-2.4.6/Basic/Pod' make[2]: Entering directory `/cygdrive/c/Documents and Settings/Mahzar +i/Desktop/PDL/PDL-2.4.6/Basic/Gen' /usr/bin/perl.exe PP/dump.pp > PP/Dump.pm.tmp mv PP/Dump.pm.tmp PP/Dump.pm /usr/bin/perl.exe "-I../../blib/arch" "-I../../blib/lib" pptemplate.PL + pptemplate Extracting pptemplate (with variable substitutions) PERL5OPT='' podselect pptemplate > pptemplate.pod cp PP.pm ../../blib/lib/PDL/PP.pm cp PP/Var.pm ../../blib/lib/PDL/PP/Var.pm cp PP/CType.pm ../../blib/lib/PDL/PP/CType.pm cp PP/PDLCode.pm ../../blib/lib/PDL/PP/PDLCode.pm cp PP/SymTab.pm ../../blib/lib/PDL/PP/SymTab.pm cp PP/PdlParObj.pm ../../blib/lib/PDL/PP/PdlParObj.pm cp PP/Signature.pm ../../blib/lib/PDL/PP/Signature.pm cp PP/XS.pm ../../blib/lib/PDL/PP/XS.pm cp PP/Dump.pm ../../blib/lib/PDL/PP/Dump.pm cp pptemplate.pod ../../blib/lib/PDL/pptemplate.pod cp PP/Struct.pm ../../blib/lib/PDL/PP/Struct.pm cp PP/Dims.pm ../../blib/lib/PDL/PP/Dims.pm make[3]: Entering directory `/cygdrive/c/Documents and Settings/Mahzar +i/Desktop/PDL/PDL-2.4.6/Basic/Gen/Inline' cp Pdlpp.pm ../../../blib/lib/Inline/Pdlpp.pm cp MakePdlppInstallable.pm ../../../blib/lib/Inline/MakePdlppInstallab +le.pm make[3]: Leaving directory `/cygdrive/c/Documents and Settings/Mahzari +/Desktop/PDL/PDL-2.4.6/Basic/Gen/Inline' cp pptemplate ../../blib/script/pptemplate /usr/bin/perl.exe "-MExtUtils::MY" -e "MY->fixin(shift)" ../../blib/sc +ript/pptemplate make[2]: Leaving directory `/cygdrive/c/Documents and Settings/Mahzari +/Desktop/PDL/PDL-2.4.6/Basic/Gen' make[2]: Entering directory `/cygdrive/c/Documents and Settings/Mahzar +i/Desktop/PDL/PDL-2.4.6/Basic/SourceFilter' cp NiceSlice.pm ../../blib/lib/PDL/NiceSlice.pm make[2]: Leaving directory `/cygdrive/c/Documents and Settings/Mahzari +/Desktop/PDL/PDL-2.4.6/Basic/SourceFilter' make[2]: Entering directory `/cygdrive/c/Documents and Settings/Mahzar +i/Desktop/PDL/PDL-2.4.6/Basic/Core' /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 Core.pm.PL Core.pm Extracting Core.pm (WITH bad value support) /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 Core.pm.PL Core.pm Extracting Core.pm (WITH bad value support) /usr/bin/perl.exe pdl.h.PL pdl.h adding... #define PDL_U PDL_US #define PDL_Q PDL_LL Extracting pdl.h /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 pdl.h.PL pdl.h adding... #define PDL_U PDL_US #define PDL_Q PDL_LL Extracting pdl.h /usr/bin/perl.exe pdlcore.h.PL pdlcore.h Extracting pdlcore.h /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 pdlcore.h.PL pdlcore.h Extracting pdlcore.h /usr/bin/perl.exe pdlsimple.h.PL pdlsimple.h adding... #define PDL_U PDL_US #define PDL_Q PDL_LL Extracting pdlsimple.h (with variable substitutions) /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 pdlsimple.h.PL pdlsimple.h adding... #define PDL_U PDL_US #define PDL_Q PDL_LL Extracting pdlsimple.h (with variable substitutions) cp Dbg.pm ../../blib/lib/PDL/Dbg.pm cp pdl.h ../../blib/lib/PDL/Core/pdl.h cp Core.pm ../../blib/lib/PDL/Core.pm cp Config.pm ../../blib/lib/PDL/Config.pm cp Types.pm ../../blib/lib/PDL/Types.pm cp Char.pm ../../blib/lib/PDL/Char.pm cp Basic.pm ../../blib/lib/PDL/Basic.pm cp pdlthread.h ../../blib/lib/PDL/Core/pdlthread.h cp ppport.h ../../blib/lib/PDL/Core/ppport.h cp Exporter.pm ../../blib/lib/PDL/Exporter.pm cp Version.pm ../../blib/lib/PDL/Version.pm cp pdlcore.h ../../blib/lib/PDL/Core/pdlcore.h cp pdlsimple.h ../../blib/lib/PDL/Core/pdlsimple.h cp typemap.pdl ../../blib/lib/PDL/Core/typemap.pdl cp pdlmagic.h ../../blib/lib/PDL/Core/pdlmagic.h cp Dev.pm ../../blib/lib/PDL/Core/Dev.pm /usr/bin/perl.exe "-I../../blib/arch" "-I../../blib/lib" Core.xs.PL Co +re.xs Extracting Core.xs (WITH bad value support) /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 Core.xs.PL Core.xs Extracting Core.xs (WITH bad value support) /usr/bin/perl.exe /usr/lib/perl5/5.10/ExtUtils/xsubpp -typemap /usr/l +ib/perl5/5.10/ExtUtils/typemap -typemap typemap Core.xs > Core.xsc && + mv Core.xsc Core.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" Co +re.c /usr/bin/perl.exe "-I../../blib/arch" "-I../../blib/lib" pdlcore.c.PL +pdlcore.c Extracting pdlcore.c (WITH bad value support) Trying finite: math.h... YES /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 pdlcore.c.PL pdlcore.c Extracting pdlcore.c (WITH bad value support) Trying finite: math.h... YES /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 pdlcore.c.PL pdlcore.c Extracting pdlcore.c (WITH bad value support) Trying finite: math.h... YES gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" pd +lcore.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" pd +lapi.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" pd +lhash.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" pd +lthread.c pdlthread.c:501:1: warning: "croak" redefined In file included from /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:971, from pdlcore.h:9, from pdlthread.c:6: /usr/lib/perl5/5.10/i686-cygwin/CORE/embed.h:4704:1: warning: this is +the location of the previous definition /usr/bin/perl.exe "-I../../blib/arch" "-I../../blib/lib" pdlconv.c.PL +pdlconv.c Extracting pdlconv.c /usr/bin/perl.exe -I../../blib/arch -I../../blib/lib -I/usr/lib/perl5/ +5.10/i686-cygwin -I/usr/lib/perl5/5.10 pdlconv.c.PL pdlconv.c Extracting pdlconv.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" pd +lconv.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" pd +lmagic.c /usr/bin/perl.exe -e 'require "/cygdrive/c/Documents and Settings/Mahz +ari/Desktop/PDL/PDL-2.4.6/Basic/Core/Dev.pm"; \ PDL::Core::Dev->import(); \ genpp()' pdlsections.g > pdlsections.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing + -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.4.6\" +-DXS_VERSION=\"2.4.6\" -I/usr/lib/perl5/5.10/i686-cygwin/CORE pdlse +ctions.c rm -f ../../blib/arch/auto/PDL/Core/Core.dll g++ --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,- +-stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib Core.o p +dlcore.o pdlapi.o pdlhash.o pdlthread.o pdlconv.o pdlmagic.o pdlsecti +ons.o -o ../../blib/arch/auto/PDL/Core/Core.dll \ /usr/lib/perl5/5.10/i686-cygwin/CORE/libperl.dll.a \ chmod 755 ../../blib/arch/auto/PDL/Core/Core.dll test -s Core.bs && cp Core.bs ../../blib/arch/auto/PDL/Core/Core.bs && + \ chmod 644 ../../blib/arch/auto/PDL/Core/Core.bs make[2]: [../../blib/arch/auto/PDL/Core/Core.dll] Error 1 (ignored) make[2]: Leaving directory `/cygdrive/c/Documents and Settings/Mahzari +/Desktop/PDL/PDL-2.4.6/Basic/Core' make[2]: Entering directory `/cygdrive/c/Documents and Settings/Mahzar +i/Desktop/PDL/PDL-2.4.6/Basic/Bad' make[2]: *** No rule to make target `/cygdrive/c/Documents', needed by + `Bad.pm'. Stop. make[2]: Leaving directory `/cygdrive/c/Documents and Settings/Mahzari +/Desktop/PDL/PDL-2.4.6/Basic/Bad' make[1]: *** [subdirs] Error 2 make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Mahzari +/Desktop/PDL/PDL-2.4.6/Basic' make: *** [subdirs] Error 2