This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcj and handling own packages question
On Mon, 26 Jan 2004, Tom Tromey wrote:
> >>>>> "Florian" == Florian Weitling <weitling@informatik.uni-freiburg.de> writes:
>
> Florian> did you receive my last eMail containing two example classes and a
> Florian> type-in-trail? Did you find an answer?
>
> What you did looked reasonable to me offhand.
> Can you try "nm Hello.o" and see what that says?
>
> Tom
Typed that mystic order and got:
00000000 b .bss
00000000 d .ctors
00000000 d .data
00000000 N .stab
00000000 N .stabstr
00000000 t .text
00000000 t __GLOBAL__I_.CsQGxb
00000000 b _otable_syms
Are that many 0's good (damn, as Java programmer I should better shut up ;)
Florian