This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Compiling fop to native windows


> > What I do not get is, that there's definitely the .class file for
> > ByteArrayOutputStream in commons-io-1.3.1.jar. Can someone explain me
> what I
> > am doing wrong here?
> 
> I don't understand how this is supposed to work.  You have to compile
> all the dependencies and link them together; all you seem to be doing
> is putting the dependencies in the CLASSPATH.  I'd first try compiling
> every jar with -findirect-dispatch and then linking them all.
> 
> Andrew.

Thanks for the fast response! I'm aware that I won't be unable to link the
compiled stuff. For now I try to find out if gcj is able to compile the fop
classes. As long as that step fails, I do not have to bother the compilation
of its libraries. :-)


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