>>>>> "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes:

Paul> bundle:
Paul>   rm -rf */*.o
Paul>   c++ -bundle -I/System/Library/Frameworks/JavaVM.framework/Headers \
Paul>   -I.  -o libhippoplot.jnilib -framework JavaVM \
Paul>   jni/*.cxx pattern/*.cxx reps/*.cxx src/*.cxx transforms/*.cxx \
Paul>   functions/*.cxx

Paul> Yeh, remove all compiled coce that the all: target built, than
Paul> compile again.  Seems strange, but I'm told Apple recommends the
Paul> above c++ command.  The -I argument is to find the Java JNI
Paul> headers.

Surely configure could discover this, and then `make all' would do the
right thing.

Tom

Reply via email to