Carl, > ------------------------------- > g++ -c OCFPCSC1.cpp -I/home/corcoran/jdk117_v3/include > -I/home/corcoran/jdk117_v3/include/genunix -I/usr/local/pcsc/include Why do you use the path to the include of Dave corcoran?
Have you tried with the includes of your own jdk? i.e.: g++ -c OCFPCSC1.cpp -I<path_of_your_jdk>/include -I<path_of_your_jdk>/include/linux/ -I/usr/local/pcsc/include Regards, -- Damien Sauveron ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
