On 12/4/2013 3:03 PM, Marius Alksnys wrote:
> On 12/04/2013 09:27 PM, Sebastian Kuzminsky wrote:
>> the output of the commands in part 2.4 of the document i
>> linked you:
>>
>>>> cd debian ./configure -a (if installing simulator use "./configure
>>>> sim" instead) cd .. dpkg-checkbuilddeps
>> That assumes you're starting from the root of the git checkout, not
>> from the src/ directory.
> Yes, I did it right.
> ./configure -a
> successfully configured for 'Ubuntu-10.04'-'2.6.32-122-rtai'..
>
> and the result of
> ./configure --enable-run-in-place
> is the same:
> checking for glBegin in -lGL... no
> configure: error: Required GL library missing.  Install it, or specify
> --disable-python to skip the parts of LinuxCNC that depend on Python
>
>

FYI, Marius.

On my 64-bit Debian system, the symbol glBegin occurs in

/usr/lib/x86_64-linux-gnu/libGL.so -> 
/usr/lib/x86_64-linux-gnu/libGL.so.1 -> 
/usr/lib/x86_64-linux-gnu/libGL.so.1.2

(where the first two are symbolic links and the third is the actual 
library file the chain of symbolic links resolves to and which is 
tested). This is just what the ./configure test is looking for.

YMMV. For example, on my BeagleBoneBlack, the relevant links and file 
are /usr/lib/arm-linux-gnuebihf/libGL.so etc.


Regards,
Kent


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to