Re: C Compiler

2004-08-04 Thread Wiggins d Anconia
> Any recommendations on a c compiler to run on a Sun Sparc box?
> 
> Rob
> 

This has what to do with Perl?

http://gcc.gnu.org/

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: C Compiler

2004-08-04 Thread West, William M

>
>Any recommendations on a c compiler to run on a Sun Sparc box?
>
>Rob


this is bordering on off-topic, but since a compiler is useful
for certain Perl modules, 

 go get gcc

http://gcc.gnu.org/install/binaries.html


this is a page to get gcc when you can't compile it yourself.  now, i didn't
see sparc mentioned on the page- wasn't looking too terribly hard.


good luck 

:)


willy


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: C Compiler

2004-08-04 Thread Bliss, Kevin
 gcc, it is available as a solaris package at sunfreeware.com

-Original Message-
From: Witzke, Rob [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 04, 2004 7:24 AM
To: PerlBeginners (E-mail)
Subject: C Compiler

Any recommendations on a c compiler to run on a Sun Sparc box?

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED] 







--

This email is confidential and may be legally privileged.

It is intended solely for the addressee. Access to this email by anyone else, unless 
expressly approved by the sender or an authorized addressee, is unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution or any 
action omitted or taken in reliance on it, is prohibited and may be unlawful. If you 
believe that you have received this email in error, please contact the sender, delete 
this e-mail and destroy all copies.

==


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: C Compiler

2004-08-04 Thread NYIMI Jose \(BMB\)


> -Original Message-
> From: Witzke, Rob [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 04, 2004 4:24 PM
> To: PerlBeginners (E-mail)
> Subject: C Compiler
> 
> 
> Any recommendations on a c compiler to run on a Sun Sparc box?
> 
> Rob

Have a look to DBI FAQs
http://dev.isystek.com/dbi/fom-serve/cache/12.html
From
http://dbi.perl.org

HTH,

José.




 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: C Compiler

2004-08-04 Thread Witzke, Rob
It has a lot to do with perl if your modules can't install without it.

-Original Message-
From: Wiggins d Anconia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 04, 2004 10:55 AM
To: Witzke, Rob; PerlBeginners (E-mail)
Subject: Re: C Compiler


> Any recommendations on a c compiler to run on a Sun Sparc box?
> 
> Rob
> 

This has what to do with Perl?

http://gcc.gnu.org/

http://danconia.org

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




RE: c compiler needs....disregard

2003-08-02 Thread Hodge, Jeff F (ECIII)

Please disregard.

tks
-jh
-Original Message-
From: Hodge, Jeff F (ECIII) [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 02, 2003 2:33 PM
To: '[EMAIL PROTECTED]'
Subject: c compiler needs



while config-ing perl 5.8.0 with 
sh Configure -Accflags="-DPERL_Y2KWARN -DPERL_POLLUTE_MALLOC"

 I am getting an error that I need a C compiler...but I have gcc installed
through SuSe 8.0 linux...

What's the deal?


Re: c compiler for Makefile.PL

2001-12-13 Thread Jenda Krynicky

From:   "Lanceo" <[EMAIL PROTECTED]>
> What C compiler does a Makefile.PL file expect?  

The one with which your perl was compiled.

I think you can force Make::Maker to create makefiles for gcc, but I 
don't remember what exactly has to be changed in Config.pm

I'd think this is somewhere in the ActiveState FAQ.

Jenda


=== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
--- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]