|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: RE: Problem with make on Solaris for sybperl
Date: Dec 14 2001 4:00PM
Sabherwal, Balvinder (MBS) writes:
> Getting the new error as below after I installed the SUNWsport pkg and
> re-run the make
> 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
Solaris doesn't come with a compiler by default.
Do you have a Solaris C/C++ licence? If so - install it.
If not, install gcc (from www.sunfreeware.com), and try again
(although I'm afraid you'll have to rebuild perl to get things to work
cleanly, because gcc and Sun's cc don't use the same command line
arguments.)
Michael
> -----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. */
>
--
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
mpeppler@peppler.org - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com
|