public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sisyphus <kalinabears@iinet.net.au>
To: martin louis <martin_louis@yahoo.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Need help in installing Base64
Date: Wed, 16 Jun 2004 23:54:00 -0000	[thread overview]
Message-ID: <40D0DC2D.1090307@iinet.net.au> (raw)
In-Reply-To: <20040616201214.80455.qmail@web51907.mail.yahoo.com>

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

  reply	other threads:[~2004-06-16 23:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-16 20:12 martin louis
2004-06-16 23:54 ` Sisyphus [this message]
2004-06-16 20:20 lrtaylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40D0DC2D.1090307@iinet.net.au \
    --to=kalinabears@iinet.net.au \
    --cc=gcc-help@gcc.gnu.org \
    --cc=martin_louis@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).