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

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

 




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





[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux