Re: [Quickfix-users] java compiler make problem
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-05-14 15:03:35
|
Open up build.sh and try having it use -classpath instead of -cp when invoking java ma...@Ge... wrote: Hi, Why do I get this message when compiling? What should I do? Thank you, Marc -u...@li...research:~/quickfix/quickfix/examples# make make all-recursive make[1]: Entering directory `/root/quickfix/quickfix/examples' Making all in executor make[2]: Entering directory `/root/quickfix/quickfix/examples/executor' Making all in C++ make[3]: Entering directory `/root/quickfix/quickfix/examples/executor/C++' rm -f ../../../bin/executor ln -s ../examples/executor/C++/executor ../../../bin/executor make[3]: Leaving directory `/root/quickfix/quickfix/examples/executor/C++' Making all in java make[3]: Entering directory `/root/quickfix/quickfix/examples/executor/java' Making all in src make[4]: Entering directory `/root/quickfix/quickfix/examples/executor/java/src\' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/quickfix/quickfix/examples/executor/java/src' make[4]: Entering directory `/root/quickfix/quickfix/examples/executor/java' ./build.sh Usage: java [-options] class where options include: -help print out this message -version print out the build version -v -verbose turn on verbose mode -debug enable remote JAVA debugging -noasyncgc don't allow asynchronous garbage collection -verbosegc print a message when garbage collection occurs -noclassgc disable class garbage collection -cs -checksource check if source is newer when loading classes -ss set the maximum native stack size for any thread -oss set the maximum Java stack size for any thread -ms set the initial Java heap size -mx set the maximum Java heap size -D= set a system property -classpath list directories in which to look for classes -prof[:] output profiling data to ./java.prof or ./ -verify verify all classes when read in -verifyremote verify classes read in over the network [default] -noverify do not verify any class make[4]: *** [all-local] Error 1 make[4]: Leaving directory `/root/quickfix/quickfix/examples/executor/java' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/quickfix/quickfix/examples/executor/java' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/quickfix/quickfix/examples/executor' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/quickfix/quickfix/examples' make: *** [all-recursive-am] Error 2 research:~/quickfix/quickfix/examples# --------------------------------------------------------------------- Marc Schwarzschild 1-646-825-2163 Gerber Capital Management Inc. 120 Broadway, NYC ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. |