Hi, On Mon, 2011-05-09 at 02:08 -0500, Andres Ussa Caycedo wrote: > On 05/09/2011 01:43 AM, Gerrit Voß wrote: > > Hi, > > > Ok, thank you so much, that worked perfectly, now, the linking totally > failed... it could not find anything... :S > > here is the pastebin: > > http://pastebin.com/TsvWsGYp > > Where did I mess up? > > Should I recompile OpenSG and inVRs?
that should not be necessary. It looks like the linker just does not know where to find the OpenSG libraries, the easiest way to tell him without modifying the cmake system is to set LD_LIBRARY_PATH so that it includes the OpenSG library installation directory. For example if you had OpenSG installed in /home/andres/OpenSG you would do export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/home/andres/OpenSG/lib to point to the OpenSG libraries. Adjust the path according to your installation, you need it to run the example anyway. (side note, if LD_LIBRARY_PATH is not set you can leave out the first ${LD...}: part) kind regards gerrit ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users