DBI Users,

I am trying to make the Perl DBI module on my server and it seems to do OK 
until it tries to assemble:

bash-2.03# make
gcc -c       -DVERSION=\"1.201\" 
-DXS_VERSION=\"1.201\"  -I/usr/perl5/5.00503/sun4-solaris/CORE -Wall 
-Wno-comment -DDBI_NO_THREADS DBI.c
DBI.xs: In function `XS_DBD_____st_bind_col':
DBI.xs:2902: warning: operation on `PL_na' may be undefined
DBI.xs: In function `XS_DBD_____st_bind_columns':
DBI.xs:2923: warning: operation on `PL_na' may be undefined
DBI.c: At top level:
/usr/perl5/5.00503/sun4-solaris/CORE/patchlevel.h:41: warning: 
`local_patches' defined but not used
/usr/ccs/bin/as: "/var/tmp/ccABDFMa.s", line 4365: error: unknown opcode 
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccABDFMa.s", line 4365: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/ccABDFMa.s", line 4383: error: unknown opcode 
".previous"
/usr/ccs/bin/as: "/var/tmp/ccABDFMa.s", line 4383: error: statement syntax
make: *** [DBI.o] Error 1

Here's my Perl:

bash-2.03# perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
   Platform:
     osname=solaris, osvers=2.8, archname=sun4-solaris
     uname='sunos localhost 5.8 sun4u sparc sunw,ultra-1 '
     hint=previous, useposix=true, d_sigaction=define
     usethreads=undef useperlio=undef d_sfio=undef
   Compiler:
     cc='gcc', optimize='-xO3 -xdepend', gccversion=
     cppflags=''
     ccflags =''
     stdchar='char', d_stdstdio=define, usevfork=false
     intsize=4, longsize=4, ptrsize=4, doublesize=8
     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
     alignbytes=8, usemymalloc=n, prototype=define
   Linker and Libraries:
     ld='cc', ldflags =''
     libpth=/lib /usr/lib /usr/ccs/lib
     libs=-lsocket -lnsl -ldl -lm -lc -lcrypt
     libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
   Dynamic Linking:
     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R 
/usr/perl5/5.00503/sun4-solaris/CORE'
     cccdlflags='-KPIC', lddlflags='-G'


Characteristics of this binary (from libperl):
   Built under solaris
   Compiled at Dec 22 1999 00:00:57
   @INC:
     /usr/perl5/5.00503/sun4-solaris
     /usr/perl5/5.00503
     /usr/perl5/site_perl/5.005/sun4-solaris
     /usr/perl5/site_perl/5.005
     .

What am I doing wrong?

Michael

Reply via email to