This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: NewBie: ld linker problem
- To: indio at technologist dot com
- Subject: Re: NewBie: ld linker problem
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 24 Feb 2000 10:10:38 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <200002241123.IAA21286@xapacura.sc.usp.br>
>>>>> "indio" == indio <indio@technologist.com> writes:
indio> Taking advantage of, where can I know regarding the options
indio> of the gcj? There is not a man page of the gcj, is there? Also,
indio> the command 'gcj --help' doesn't show the option -static.
gcj shares many options with gcc. Read the gcc manual to see the wide
range of generic options, including optimizations, etc.
I agree our documentation is poor. We'll have to do something about
that.
Tom