This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compile...


Ricardo Costa wrote:
> $ gcj classe.java
> ld: cannot open crtbegin.o: Arquivo ou diretório não encontrado

That's an installation problem.  What is your platform, and how did you get gcj
(i.e. did you install it as part of a software distribution, or compile it
yourself)?

The crtbegin.o is not specific to gcj, it is likely used by all compilers on
your system.  Can you compile and run simple C programs?

--
Jeff Sturm
jeff.sturm@commerceone.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]