建议详细描述一下你遇到的问题。
g++ test.o -maix64 -lpthread -lstdc++ -L/app/oracle/product/10.2.0/db_1/lib -L. -L/app/ob_rel/lib -lclntsh -ldl -ltinyxml -o test
ld: 0706-006 Cannot find or open library file: -l tinyxml
ld:open(): A file or directory in the path name does not exist.
collect2: ld returned 255 exit status
路径都没有问题,如果这样写就没有问题
g++ test.o -maix64 -lpthread -lstdc++ -L/app/oracle/product/10.2.0/db_1/lib /app/ob_rel/lib/libltinyxml.so -lclntsh -ldl --o test