public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: Need help in installing Base64
@ 2004-06-16 20:20 lrtaylor
  0 siblings, 0 replies; 3+ messages in thread
From: lrtaylor @ 2004-06-16 20:20 UTC (permalink / raw)
  To: martin_louis, gcc-help

Is cc a version of GCC, or is it Sun's WorkShop or Forte compiler, or
something else?  (For example, what do you get if you run 'cc -v'?)
-KPIC is for WorkShop or Forte, so GCC won't recognize it.  If Perl was
not built with GCC, then a lot of the options that it provides for
building your modules will be wrong if you're now using GCC.  You should
try to use the same compiler to build your module as was used to build
Perl.  Have you successfully built other Perl modules on this machine?

Thanks,
Lyle


-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On
Behalf Of martin louis
Sent: Wednesday, June 16, 2004 2:12 PM
To: gcc-help@gcc.gnu.org
Subject: Need help in installing Base64

Hi,

I am trying to install a perl module Base64 on Solaris
machine. But, the cc command is not producing the
object file as needed for the next step.

Here is the text of the complete error

Please help.


bash-2.03$ make
cc -c   -xO3 -xdepend     -DVERSION=\"3.01\" 
-DXS_VERSION=\"3.01\" -KPIC -I/usr
/perl5/5.00503/sun4-solaris/CORE  Base64.c
cc: unrecognized option `-KPIC'
cc: language depend not recognized
cc: Base64.c: linker input file unused since linking
not done
Running Mkbootstrap for MIME::Base64 ()
chmod 644 Base64.bs
LD_RUN_PATH="" cc -o
blib/arch/auto/MIME/Base64/Base64.so  -G Base64.o
cc: Base64.o: No such file or directory
cc: No input files
*** Error code 1
make: Fatal error: Command failed for target
`blib/arch/auto/MIME/Base64/Base64.
so'
bash-2.03$



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Need help in installing Base64
  2004-06-16 20:12 martin louis
@ 2004-06-16 23:54 ` Sisyphus
  0 siblings, 0 replies; 3+ messages in thread
From: Sisyphus @ 2004-06-16 23:54 UTC (permalink / raw)
  To: martin louis; +Cc: gcc-help

martin louis wrote:
> Hi,
> 
> I am trying to install a perl module Base64 on Solaris
> machine. But, the cc command is not producing the
> object file as needed for the next step.
> 

Are you sure you don't already have MIME::Base64 ? That module is a 
standard inclusion with perl 5.8.

perl -MMIME::Base64 -le 'print $MIME::Base64::VERSION;'

(will either print the version of MIME::Base64, or error if the module 
is not present.)

Cheers,
Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Need help in installing Base64
@ 2004-06-16 20:12 martin louis
  2004-06-16 23:54 ` Sisyphus
  0 siblings, 1 reply; 3+ messages in thread
From: martin louis @ 2004-06-16 20:12 UTC (permalink / raw)
  To: gcc-help

Hi,

I am trying to install a perl module Base64 on Solaris
machine. But, the cc command is not producing the
object file as needed for the next step.

Here is the text of the complete error

Please help.


bash-2.03$ make
cc -c   -xO3 -xdepend     -DVERSION=\"3.01\" 
-DXS_VERSION=\"3.01\" -KPIC -I/usr
/perl5/5.00503/sun4-solaris/CORE  Base64.c
cc: unrecognized option `-KPIC'
cc: language depend not recognized
cc: Base64.c: linker input file unused since linking
not done
Running Mkbootstrap for MIME::Base64 ()
chmod 644 Base64.bs
LD_RUN_PATH="" cc -o
blib/arch/auto/MIME/Base64/Base64.so  -G Base64.o
cc: Base64.o: No such file or directory
cc: No input files
*** Error code 1
make: Fatal error: Command failed for target
`blib/arch/auto/MIME/Base64/Base64.
so'
bash-2.03$



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-16 23:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-16 20:20 Need help in installing Base64 lrtaylor
  -- strict thread matches above, loose matches on Subject: below --
2004-06-16 20:12 martin louis
2004-06-16 23:54 ` Sisyphus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).