Hello,
> > Hello, > > The library that it doesnt find is specified in > /usr/local/lib/opt and i have added that path to the > environment variable as well. so if i have to make any change > in the MakeFile where do i have to do that? Your make-output shows that it's looking for the dbg version > > -L/usr/local/lib/dbg -lOSGWindowQT -lOSGWindowX -lOSGSystem Isn't there a dbg version in the specified dir? Ohterwise simply switch to the opt version by either changing the Makefile LIBTYPE ?= dbg to LIBTYPE ?= opt Or temporarily set the environment variable "LIBTYPE" to "opt" Thomas ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
