Hello Sajjadul,

Sajjadul Islam wrote:
> I have installed the debian package of OpenSG 1.8 from the ubuntu 
> repository and
> 
> then went into /usr/share/doc/libopensg-doc/tutorial to compile the 
> examples that  are already given
> 
> Tried to run the Makefile ......and then ended up with  the following error
> 
> make: ../CommonConf/config.guess: Command not found
> make: ../CommonConf/config.guess: Command not found
> make: Nothing to be done for `default'.

the Makefile tries to guess where osg-config can be found, but does so 
by making use of the fact that in the OpenSG source tree it can find 
configure information in the relative path ../CommonConf/config.guess . 
  I think (haven't tried it though) if you call make like this:

OSGROOT=/usr make

it should find osg-config in /usr/bin (which is where I guess it is 
installed ?).

        Hope it helps,
                Carsten

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to