This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: gcj questions


>>>>> "Mark" == Mark and Janice Juszczec <juszczec@hotmail.com> writes:

Mark> make configure-target-libjava looks like it reruns configure for
Mark> libjava.  How do I make changes in the configuration so they are
Mark> picked up by make configure-target-libjava?

What do you mean?
You can re-run configure at the top level with different options.

Mark> Is there any way to force reconfiguration from the libjava build
Mark> directory?

Re-run configure there.  Make sure you pick up the options you need
from config.status.

>> Static linking is probably more robust.

Mark> Does this mean use gcj -static or is it something else?

It means gcj -static.

Tom


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