[ODE] Installation problem on Mac OS/X
Bram Stolk
bram at sara.nl
Mon Dec 25 06:04:23 MST 2006
On Sat, 2006-12-23 at 16:07 +0000, mango juice wrote:
> Hello!
>
> I am trying to install ODE 0.7 on my Intel Mac.
> I did:
>
> sudo sh autogen.sh
> ./configure --enable-double-precision (or simply ./configure)
>
> It went through but I got:
> ./config.status: line 1125: include/ode/stamp-h1: Permission denied
> along the way.
>
> After I typed "sudo make", I got the following messages.
> Anybody knows how to resolve this issue?
It looks like you run autogen.sh as root, the configure as user,
and the make as root again.
Why?
Just run everything as a user.
Only the last step 'make install' may require root privs, if
you have --with-prefix set to /usr to /usr/local e.g.
Bram
>
> Thanks.
>
>
>
> g++ -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib -o dstest
> -L../../drawstuff/src dstest-dstest.o -ldrawstuff -framework OpenGL
> -framework Carbon -framework AGL -lstdc++ -lm -lpthread -lstdc++ -lm
> -lpthread
> /usr/bin/ld: Undefined symbols:
> _dsPrint
> dsPlatformSimLoop(int, int, dsFunctions*, int)
> _dsDebug
> _dsError
> collect2: ld returned 1 exit status
> make[2]: *** [dstest] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
>
> _________________________________________________________________
> Download now! Visit http://www.telusmobility.com/msnxbox/ to enter and see
> how cool it is to get Messenger with you on your cell phone.
> http://www.telusmobility.com/msnxbox/
>
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
More information about the ODE
mailing list