On 11/2/07, Sreedhar Gundreddy <[EMAIL PROTECTED]> wrote: > > > I am not able to install Perl DBI module > > #perl Makefile.PL has displayed this output > > [...] > > Writing Makefile for DBI > > # make output > > gcc -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DNO_HASH_SEED > -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O > -DVERSION=\"1.601\" -DXS_VERSION=\"1.601\" -fPIC > > "-I/usr/local/lib/perl5/site_perl/lib/5.8.3/sun4-solaris-thread-multi/CORE" > -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment > -Wno-sign-compare > -Wno-cast-qual Perl.c > > *** Error code 1 > > Please suggest the solution for the above problem >
Have you been able to compile other modules, or is DBI the first module you're trying to install. It is odd that there is no error message from the compiler - but it appears that the compilation failed. Do you have gcc installed? -- Jonathan Leffler <[EMAIL PROTECTED]> #include <disclaimer.h> Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org "Blessed are we who can laugh at ourselves, for we shall never cease to be amused."
