Howdy everyone, I'm attempting to make the Filesys::Statvfs and Filesys::Df modules. I've included the resulting output from my attempt to make the modules. It appears that it is complaining about not being able to find headers but I know that the header files are present on the system. I'm on SCO OpenServer 5.0.7 with the full line of GNU tools installed. Possibly I need to recompile perl or something along those lines? Any suggestions would be very much appreciated. Thanks in advance, Bradley
# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Filesys::Statvfs # make cp Df.pm blib/lib/Filesys/Df.pm cp Statvfs.pm blib/lib/Filesys/Statvfs.pm /usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap Statvfs.xs > Statvfs.xsc && mv Statvfs.xsc Statvfs.c Please specify prototyping behavior for Statvfs.xs (see perlxs manual) gcc -c -DPERL_SCO -DPERL_SCO507 -DHAS_FPSETMASK -D_REENTRANT -DFD_SETSIZE=11000 -march=i586 -mcpu=i686 -O6 -fomit-frame-pointer -DVERSION=\"0.68\" -DXS_VERSION=\"0.68\" -fPIC "-I/usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE" Statvfs.c In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:402: ctype.h: No such file or directory /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:414: locale.h: No such file or directory /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:431: setjmp.h: No such file or directory In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:479: string.h: No such file or directory /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:612: netinet/in.h: No such file or directory /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:616: arpa/inet.h: No such file or directory In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:648: time.h: No such file or directory In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:669: errno.h: No such file or directory In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:708: netdb.h: No such file or directory In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:810: dirent.h: No such file or directory In file included from /usr/gnu/lib/gcc-lib/i586-pc-sco3.2v5.0/2.95.3/include/syslimits.h:7, from /usr/gnu/lib/gcc-lib/i586-pc-sco3.2v5.0/2.95.3/include/limits.h:11, from /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:1137, from Statvfs.xs:5: /usr/gnu/lib/gcc-lib/i586-pc-sco3.2v5.0/2.95.3/include/limits.h:117: limits.h: No such file or directory In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:1192: ieeefp.h: No such file or directory In file included from /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:1713, from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/handy.h:119: inttypes.h: No such file or directory In file included from /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:1877, from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/unixish.h:106: signal.h: No such file or directory In file included from /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/iperlsys.h:51, from /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:2200, from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perlio.h:64: stdio.h: No such file or directory In file included from Statvfs.xs:5: /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:4036: fcntl.h: No such file or directory make: *** [Statvfs.o] Error 1 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>