|
|
sybperl-l Archive
Up Prev Next
From: "Sabherwal, Balvinder (MBS)"
<Balvinder dot Sabherwal at mortgagefamily dot com>
Subject: RE: Problem with make on Solaris for sybperl
Date: Dec 14 2001 2:37PM
Getting the new error as below after I installed the SUNWsport pkg and
re-run the make
$ make
mkdir ../blib/lib/Sybase
mkdir ../blib/arch/auto/Sybase/BCP
mkdir ../blib/lib/auto/Sybase/BCP
mkdir ../blib/man3
cp BCP.pm ../blib/lib/Sybase/BCP.pm
Manifying ../blib/man3/Sybase::BCP.3
mkdir ../blib/arch/auto/Sybase/BLK
mkdir ../blib/lib/auto/Sybase/BLK
cp BLK.pm ../blib/lib/Sybase/BLK.pm
Manifying ../blib/man3/Sybase::BLK.3
mkdir ../blib/arch/auto/Sybase/CTlib
mkdir ../blib/lib/auto/Sybase/CTlib
cp CTlib.pm ../blib/lib/Sybase/CTlib.pm
AutoSplitting ../blib/lib/Sybase/CTlib.pm (../blib/lib/auto/Sybase/CTlib)
cp CTlib.pod ../blib/lib/Sybase/CTlib.pod
/usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503
/usr/perl5/5.00503/ExtUtils/xsubpp -prototypes -typemap
/usr/perl5/5.00503/ExtUtils/typemap CTlib.xs >xstmp.c && mv xstmp.c CTlib.c
cc -c -I/opt/sybase11/include -xO3 -xdepend -DVERSION=\"2.14\" -DXS_VE
RSION=\"2.14\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -DCTLIBVS=100 -D
SYBPLVER='"2.14"' -DDO_TIE CTlib.c
/usr/ucb/cc: language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `CTlib.o'
Current working directory /tmp/sybperl-2.14/CTlib
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
-----Original Message-----
From: Ranko Popovic [mailto:rankop@gemini.newsconnect.com.au]
Sent: Thursday, December 13, 2001 10:01 PM
To: SybPerl Discussion List
Subject: RE: Problem with make on Solaris for sybperl
>From: "Sabherwal, Balvinder (MBS)"
>To: SybPerl Discussion List
>Subject: RE: Problem with make on Solaris for sybperl
>Date: Thu, 13 Dec 2001 21:18:54 -0500
>Importance: high
>X-Priority: 1
>MIME-Version: 1.0
>X-Listprocessor-Version: 8.2.09/990901/11:28 -- ListProc(tm) by CREN
>
>Is there a /usr/share/lib/make/make.rules on you system?
> Its not there
>
It should be, it's part of SUNWsprot package just like the make itself.
Have you ever used make on that box before?
'pkginfo -l SUNWsprot' will tell you if the package is installed properly
Try 'pkgchk -l SUNWsprot' for detailed analysis of all files in the
package. Reinstall with pkgadd if necessary.
Ranko Popovic
Principal Engineer
News Connect Pty Ltd
#exclude
#include
/* Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of News
Connect. */
|