public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc and g++ producing large executables
@ 2000-03-16 12:29 Jaswinder S. Ahluwalia
  2000-04-01  0:00 ` Jaswinder S. Ahluwalia
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder S. Ahluwalia @ 2000-03-16 12:29 UTC (permalink / raw)
  To: gnu

Hi,

When i compile the following program using g++ (gcc version 2.95.1
19990818 (release)), the executable size is 855 kb. My OS is HP-UX
11.00. Besides using the strip command, is there anyway that i can
reduce the size of the executable? The following is the program that
produces a 855kb executable:

#include<iostream.h>

int main()
{
  cout << "Hello World!" << endl;
  return 0;
}


I have tried posting to news groups, writing to hp, checking on irc
channels, yet no one can provide a solution to this problem. Please
advise.

Thank you very much.
jas

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

* gcc and g++ producing large executables
  2000-03-16 12:29 gcc and g++ producing large executables Jaswinder S. Ahluwalia
@ 2000-04-01  0:00 ` Jaswinder S. Ahluwalia
  0 siblings, 0 replies; 2+ messages in thread
From: Jaswinder S. Ahluwalia @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gnu

Hi,

When i compile the following program using g++ (gcc version 2.95.1
19990818 (release)), the executable size is 855 kb. My OS is HP-UX
11.00. Besides using the strip command, is there anyway that i can
reduce the size of the executable? The following is the program that
produces a 855kb executable:

#include<iostream.h>

int main()
{
  cout << "Hello World!" << endl;
  return 0;
}


I have tried posting to news groups, writing to hp, checking on irc
channels, yet no one can provide a solution to this problem. Please
advise.

Thank you very much.
jas

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

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-16 12:29 gcc and g++ producing large executables Jaswinder S. Ahluwalia
2000-04-01  0:00 ` Jaswinder S. Ahluwalia

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