R
Richard Harris
Hello,
Not a C++ question exactly but it is C++ code that is involved.
I am compiling an inventor code the proper links are not set on my
system so I added the -L /path/ option. This caused the following
error:
-lX11 /usr/bin/ld: warning: libXm.so.1, needed by
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libInventorXt.so, may
conflict with libXm.so.3
it there a way to link libXm.so.1 and not .3 as they are both in the
same path.
Thanks
Not a C++ question exactly but it is C++ code that is involved.
I am compiling an inventor code the proper links are not set on my
system so I added the -L /path/ option. This caused the following
error:
-lX11 /usr/bin/ld: warning: libXm.so.1, needed by
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libInventorXt.so, may
conflict with libXm.so.3
it there a way to link libXm.so.1 and not .3 as they are both in the
same path.
Thanks