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] | |
tes: Loader.o bi.o lib-bte.soThis does mean, you linked bte to tes at compile-time, not at run-time.
$(GCJ) --main=Loader -o $@ bi.o Loader.o
Of cource I did this. Na dit also worked for me when I did like you did, but thats not late-linking (sorry, dont know the exact name).You have to make sure lib-bte.so is on your LD_LIBRARY_PATH, so I just ran it like this: $ LD_LIBRARY_PATH=./ tes
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |