This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 2.95.2 HP-UX 10.20
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: gcc 2.95.2 HP-UX 10.20
- From: "Ehrke, Christian" <C dot Ehrke at allweiler dot de>
- Date: Fri, 10 Nov 2000 14:07:09 +0100
Hello,
I don't know if this is the rigth way to ask something about gcc running
under HP-UX 10.20.
If not, please let me know how I can get help.
I have got gcc 2.95.2 from Software Porting And Archive Centre for HP-UX at
Wisconsin, USA
I want to use it under HP-UX 10.20 because the default cc compiler shipping
with HP-UX do not support ANSI-C.
My Question is: Why are the programs building with gcc much bigger then from
the default cc compiler?
A simple "hello world" compiled as "gcc -o hello hello.c" produce a file
size from 82 K. The cc produce a 24 K file.
Christian Ehrke