Compile

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
 
V

Victor Bazarov

Richard Harris said:
Not a C++ question exactly but it is C++ code that is involved.

Don't get me started...
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.


Off-topic. Please ask in a newsgroup that deals with your compiler.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,179
Messages
2,570,956
Members
47,509
Latest member
Jack116

Latest Threads

Top