autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem in Tru64 with autoconf choosen cc flags [PATCH]


From: Nicolás Lichtmaier
Subject: Re: Problem in Tru64 with autoconf choosen cc flags [PATCH]
Date: Thu, 15 Jan 2004 15:53:44 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3


$ cc -o test test.c
./test
3158136
$ cc -std -o test test.c
./test
0

That's odd.  The standards(5) man page for Tru64 5.1
<http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51_HTML/MAN/MAN5/0001____.HTM>
says "the cc command includes the -std flag by default".  Is this
incorrect?
It's correct for that version. Previous releases used -std0 by default.

At any rate, I don't see how it hurts to use -std rather than -std1,
given the described symptoms, so I installed the following patch.
Many thanks!

--
Nicolás Lichtmaier.-
Synapsis Argentina
+54(11)4314-3000 (int. 231)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]