From: Tanner Lovelace (lovelace++at++cthulhu.engr.sgi.com)
Date: 08/09/2000 12:16:36
GAUVIN Yves wrote:
>
> Hello all,
>
> I try to use VRPN (for the Device) wich is a C++ code with my own
> Performer code which is written in C.
[...]
> I've got the following message when I try to compile:
> [gauvin++at++d2r2 sofi]$ make
> making OpenGL DSO version of sofi
> make[1]: Entering directory `/home/gauvin/sofi/OPT.I386.OPENGL'
> /usr/bin/g++ -O -O -Wall -MD -DI386 -DLinux -I/usr/include
> -I/usr/include/CC -I/usr/include/g++-3 -I/usr/include
> -I/usr/include/g++ -o sofi.DSO -L/usr/lib -L/usr/lib/libpfdb
> -L/lib -L/lib -L/usr/lib -lpfdu_ogl -lpfui -lpfuiD -lpfutil_ogl
> -lpf_ogl -lglib -lxml -lz -Wl -L/home/gauvin/VRPN/vrpn/pc_linux/
> -L/home/gauvin/VRPN/quat -lvrpn -lquat -L/usr/X11R6/lib -lGLU -lGL
> -lXext -lXmu -lX11 -lm
> /usr/bin/ld: warning: libGLU.so.1, needed by /usr/lib/libpfdu_ogl.so,
> may conflict with libGLU.so.3
Gauvin,
I would try to resolve the above error message first. I don't
think VRPN has anything to do with it. Performer and VRPN work
together quite nicely. (I've used them together before with
excellent results.) One thing you may want to make sure is
that you're compiling everything, including your C code with
the C++ compiler. That could be why you're getting an
undefined reference to "main".
Tanner Lovelace
This archive was generated by hypermail 2b29 : Wed Aug 09 2000 - 12:16:50 PDT