On Jan 21 2014 8:10 AM, Sebastian Kuzminsky wrote:
> On 01/21/2014 03:00 AM, EBo wrote:
>> I had a few minutes so I thought I would take a poke at getting
>> LinuxCNC to run on Gentoo again.  To help manage any spluge, I 
>> typically
>> install experimental projects in their own /opt tree.  When 
>> installing
>> linuxcnc in /opt, it cannot find a whole raft of stuff (starting 
>> with
>> the wizard gif).  I can probably hack around this, BUT it would be 
>> nice
>> if UBC and 2.6.0 as a whole respected the ${PREFIX} and ${DEST}
>> directives.
>
> configure calls it ${prefix}, and you can set it with (for example)
> "configure --prefix=/opt".  Also, maybe instead of DEST you can use 
> the
> DESTDIR environment variable, which we also support?
>
> I'd guess if you set --prexfix to /opt and don't use DESTDIR, it 
> might
> work.  But you're definitely breaking new ground here, so expect a 
> bit
> of a rough ride.

Yes, I was referring to --prefix=/opt/linuxcnc.  I got master to work 
after a fashion, but I see that there were a number of places that still 
looked in the code to be installed in /usr/share instead of 
/opt/linuxcnc/share, but I could be wrong there.  There are other places 
where the parts are expected to be installed in a relative order (which 
is one of the reasons I put it in /opt/linuxcnc, so it will not 
interfere/conflict with the distribution's standard locations).

   EBo --


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to