T
Thomas Glanzmann
Hi,
when compiling perl-5.8.2 for Solaris I hit the following problem:
(daedal) [~/blastwave] gmake perl.s
export CC=cc
export LD_OPTIONS='-R/opt/csw/lib -L/opt/csw/lib'
export PATH="/opt/forte8/SUNWspro/bin:/usr/ccs/bin:/usr/bin:/usr/openwin/bin:/opt/csw/bin"
export LD_LIBRARY_PATH=/opt/csw/lib
cd perl-5.8.2
# -Dccflags="$CCFLAGS" \
# -Dplibpth=/opt/csw/lib \
# -Dincpath=/opt/csw/include \
../Configure \
-Dcc=cc \
-Dusethreads \
[email protected] \
-Dperladmin=root@localhost \
-Dlocincpth="/opt/csw/include" \
-Dloclibpth="/opt/csw/lib" \
-Duselargefiles \
-Dprefix=/opt/csw \
-Dprivlib=/opt/csw/share/perl/5.8.2 \
-Darchlib=/opt/csw/lib/perl/5.8.2 \
-Dvendorprefix=/opt/csw \
-Dvendorlib=/opt/csw/share/perl/csw \
-Dvendorarch=/opt/csw/lib/perl/csw \
-Dsiteprefix=/usr \
-Dsitelib=/opt/csw/share/perl/site_perl \
-Dsitearch=/opt/csw/lib/perl/site_perl \
-Dman1dir=/opt/csw/share/man/man1 \
-Dman3dir=/opt/csw/share/man/man3 \
-Dsiteman1dir=/opt/csw/share/man/man1 \
-Dsiteman3dir=/opt/csw/share/man/man3 \
-Dman1ext=1 \
-Dman3ext=3perl \
-Uafs \
-Ud_csh \
-Uusesfio \
-Uusenm \
-des
gmake
gmake DESTDIR=/opt/build/thomas/perl-5.8.2-buildroot install
I hit the following error: (first one while make the second one at make install)
....
Making Errno (nonxs)
gmake[4]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[4]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[4]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[4]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[3]: [extras.make] Error 1 (ignored)
....
gmake[5]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[5]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[5]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[5]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[4]: [extras.install] Error 1 (ignored)
gmake[4]: Leaving directory `/opt/build/thomas/perl-5.8.2'
....
Can I ignore this errors or is there a fix available?
Thomas
when compiling perl-5.8.2 for Solaris I hit the following problem:
(daedal) [~/blastwave] gmake perl.s
export CC=cc
export LD_OPTIONS='-R/opt/csw/lib -L/opt/csw/lib'
export PATH="/opt/forte8/SUNWspro/bin:/usr/ccs/bin:/usr/bin:/usr/openwin/bin:/opt/csw/bin"
export LD_LIBRARY_PATH=/opt/csw/lib
cd perl-5.8.2
# -Dccflags="$CCFLAGS" \
# -Dplibpth=/opt/csw/lib \
# -Dincpath=/opt/csw/include \
../Configure \
-Dcc=cc \
-Dusethreads \
[email protected] \
-Dperladmin=root@localhost \
-Dlocincpth="/opt/csw/include" \
-Dloclibpth="/opt/csw/lib" \
-Duselargefiles \
-Dprefix=/opt/csw \
-Dprivlib=/opt/csw/share/perl/5.8.2 \
-Darchlib=/opt/csw/lib/perl/5.8.2 \
-Dvendorprefix=/opt/csw \
-Dvendorlib=/opt/csw/share/perl/csw \
-Dvendorarch=/opt/csw/lib/perl/csw \
-Dsiteprefix=/usr \
-Dsitelib=/opt/csw/share/perl/site_perl \
-Dsitearch=/opt/csw/lib/perl/site_perl \
-Dman1dir=/opt/csw/share/man/man1 \
-Dman3dir=/opt/csw/share/man/man3 \
-Dsiteman1dir=/opt/csw/share/man/man1 \
-Dsiteman3dir=/opt/csw/share/man/man3 \
-Dman1ext=1 \
-Dman3ext=3perl \
-Uafs \
-Ud_csh \
-Uusesfio \
-Uusenm \
-des
gmake
gmake DESTDIR=/opt/build/thomas/perl-5.8.2-buildroot install
I hit the following error: (first one while make the second one at make install)
....
Making Errno (nonxs)
gmake[4]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[4]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[4]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[4]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/Errno'
gmake[3]: [extras.make] Error 1 (ignored)
....
gmake[5]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[5]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[5]: Entering directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[5]: Leaving directory `/opt/build/thomas/perl-5.8.2/ext/DynaLoader'
gmake[4]: [extras.install] Error 1 (ignored)
gmake[4]: Leaving directory `/opt/build/thomas/perl-5.8.2'
....
Can I ignore this errors or is there a fix available?
Thomas