HP3000-L Archives

October 1997, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael I Yawn <[log in to unmask]>
Reply To:
Michael I Yawn <[log in to unmask]>
Date:
Wed, 8 Oct 1997 23:51:37 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
Chris Breemer ([log in to unmask]) wrote:
: Hi all,

: I don't know if the following has already been discussed before,
: and/or included in the POSIX smoothing issues :

: The c98 compiler accepts the "-o" flag only to set the
: executable output file. If you try to specify the output OBJECT
: file using "-o" (as you would on a UNIX system) the c98 compiler
: just ignores this, and puts the object in the cwd. Nasty ! I happen
: to have to use a bunch of UNIX makefiles which rely on this feature.

: Does anybody know if/when this is going to be fixed ?
: Would GNU C handle the -o flag properly ? ( Mark Klein you there ?)

The combination of this, and the command line length limitation you
mentioned in an earlier message, were enough to drive me from
c89 to gcc.  gcc handles -o properly, doesn't have the command
line limitations, supports 64 bit (long long) integers,
and has quite a few other features lacking from c89.

--
-----------------------------------------------------------------
Mike Yawn
Hewlett-Packard                      email       [log in to unmask]
Commercial Systems Division          Voice         (408) 447-4367
19447 Pruneridge Ave M/S 47UA        Fax           (408) 447-4441
Cupertino, CA  95014
-----------------------------------------------------------------

ATOM RSS1 RSS2