환경은 AIX/xlC 64bit 환경입니다.
libfasoopackagerC.so 파일을 연동중인데,
Makefile 내에서 -lfasoopackagerC 지정해 주었습니다.
CFLAGS += -DAIX -DUNIX -DND64
LIBS += -lnotes_r -lcppaix801 -ltxf3 -lcrf.3.2.12 -lfasoopackagerC
-L../all-temp -L/usr/lib -L/usr/lib/threads -L/usr/lib/dce -qsmp=omp -lpthread -q64 -L./lib/aix64/not/lib -L./lib/aix64/crf -L./lib/aix64/txf -L./
이렇게 잡아 주었는데, 아래와 같이 에러가 나네요.
ld: 0706-006 Cannot find or open library file: -l fasoopackagerC
ld:open(): A file or directory in the path name does not exist.