* Sebastien Dugue <[EMAIL PROTECTED]> [2008-04-17 13:38:37]: > Remove references to non-existent '/usr/include/nptl' and '/usr/lib/nptl' > from compile directive comments in the source files. > > Signed-off-by: Sebastien Dugue <[EMAIL PROTECTED]> > Cc: Darren Hart <[EMAIL PROTECTED]> > Cc: Tim Chavez <[EMAIL PROTECTED]> > --- > .../realtime/func/async_handler/async_handler.c | 4 ++-- > .../realtime/func/async_handler/async_handler_jk.c | 4 ++-- > .../func/async_handler/async_handler_tsc.c | 5 ++--- > .../realtime/func/hrtimer-prio/hrtimer-prio.c | 4 ++-- > testcases/realtime/func/pi-tests/testpi-1.c | 3 +-- > testcases/realtime/func/pi-tests/testpi-7.c | 3 +-- > testcases/realtime/func/pi_perf/pi_perf.c | 4 ++-- > testcases/realtime/func/prio-wake/prio-wake.c | 5 ++--- > .../pthread_kill_latency/pthread_kill_latency.c | 4 ++-- > .../realtime/perf/latency/pthread_cond_latency.c | 5 ++--- > .../realtime/perf/latency/pthread_cond_many.c | 5 ++--- > .../realtime/stress/pi-tests/lookup_pi_state.c | 5 ++--- > testcases/realtime/stress/pi-tests/testpi-3.c | 4 ++-- > 13 files changed, 24 insertions(+), 31 deletions(-) > > diff --git a/testcases/realtime/func/async_handler/async_handler.c > b/testcases/realtime/func/async_handler/async_handler.c > index 6beae71..b02a42d 100644 > --- a/testcases/realtime/func/async_handler/async_handler.c > +++ b/testcases/realtime/func/async_handler/async_handler.c > @@ -28,8 +28,8 @@ > * Use run_auto.sh script in current directory to build and run test. > * Use "-j" to enable jvm simulator. > * > - * Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl > -I../../include > - * -L/usr/lib/nptl -lpthread -lrt -lm async_handler.c -o async_handler > + * Compilation: gcc -O2 -g -D_GNU_SOURCE -I../../include -lpthread -lrt > -lm > + * async_handler.c -o async_handler
Compile directives should be: gcc -O2 -g -D_GNU_SOURCE -I../../include ../../lib/libjvmsim.o ../../lib/librttest.o ../../lib/libstats.o -lpthread -lrt -lm async_handler.c -o async_handler This applies for the rest as well. -- Cheers, Chirag Jog ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
