Subject: | make on solaris 8 |
Show quoted text
> uname -a
SunOS mike 5.8 Generic_117350-25 sun4u sparc SUNW,Sun-Fire-480R
Show quoted text> perl -v
This is perl, version 5.005_03 built for sun4-solaris
Copyright 1987-1999, 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.0 source kit.
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.com/, the Perl Home Page.
Show quoted text> make
cc -c -xO3 -xdepend -DVERSION=\"0.39\" -DXS_VERSION=\"0.39\"
-KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -
DPROC_FS OS.c ProcessTable.c
OS.c:
ProcessTable.c:
"ProcessTable.xs", line 60: undefined symbol: dTHX
"ProcessTable.xs", line 61: syntax error before or at: args
"ProcessTable.xs", line 62: undefined symbol: args
"ProcessTable.xs", line 62: warning: improper pointer/integer
combination: op "="
"ProcessTable.xs", line 69: undefined symbol: dTHX
"ProcessTable.xs", line 70: syntax error before or at: args
"ProcessTable.xs", line 71: undefined symbol: args
"ProcessTable.xs", line 71: warning: improper pointer/integer
combination: op "="
cc: acomp failed for ProcessTable.c
*** Error code 2
make: Fatal error: Command failed for target `ProcessTable.o'