public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Gcc and SCO 5.0.6 OpenServer
@ 2001-04-21 17:14 Steve day
  2001-04-22 19:52 ` Robert Lipe
  0 siblings, 1 reply; 2+ messages in thread
From: Steve day @ 2001-04-21 17:14 UTC (permalink / raw)
  To: gcc

I am using a SCO OpenServer v5.0.6 .
With Skunkware I have Gcc v2.95.2 19991024.
I downloaded a MIME::BASE64 decoder and the compilation fell over with:-
"cc: unrecognized option '-w0'".
So I changed the Makefile and removed the option and all was well.
I now have a MIME::Base64 and a MIME::QuotedPrint now installed.
OK up till now.
By the way I am new to developing on UNIX but have been programing since
'78. 19 that is.
So I thought I would push the boat out and use 'perlcc' to see how things
hang together.
I got the same "-w0" error.
At this point I found the "Config.pm" file and thought I would do the same
and remove the "-w0".
But now perhaps I have something majorily wrong. It fell apart and will not
convert.
I have searched my Gcc man file for "-w0" but to no avail.
I did take backups of all files changed and I am back at the start.
If it is possible to donate any pointers my way it would help me join the
many.

Thankyou in anticipation of your time.

Steve


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

* Re: Gcc and SCO 5.0.6 OpenServer
  2001-04-21 17:14 Gcc and SCO 5.0.6 OpenServer Steve day
@ 2001-04-22 19:52 ` Robert Lipe
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Lipe @ 2001-04-22 19:52 UTC (permalink / raw)
  To: Steve day; +Cc: gcc

Steve day wrote:
> I am using a SCO OpenServer v5.0.6 .
> With Skunkware I have Gcc v2.95.2 19991024.
> I downloaded a MIME::BASE64 decoder and the compilation fell over with:-
> "cc: unrecognized option '-w0'".
[ ... ] 
> I have searched my Gcc man file for "-w0" but to no avail.

Interesting.  '-w0' is a valid flag to /bin/cc but not to gcc.   Have
you done something like rename gcc to cc?   If so, that might be defeating
autoconf-like scripts that case on the name of the compiler to figure
out what options to pass.

> If it is possible to donate any pointers my way it would help me join the

I hereby donate to thee 'char *p = NULL'. :-)

RJL

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

end of thread, other threads:[~2001-04-22 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-21 17:14 Gcc and SCO 5.0.6 OpenServer Steve day
2001-04-22 19:52 ` Robert Lipe

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).