"apt-get install" is a command to install a package from the internet. If you have no internet available on you rPC< then you need to download the package from: http://www.linuxcnc.org/hardy/dists/hardy/emc2.2/binary-i386/emc2-dev_2.2.8_i386.deb
you can then install the package using: "sudo dpki -i package" You'll probably get errors if there are dependencies needed, so you need to go and find those packages, download and install them by hand. This will be a tedious process. Regards, Alex ----- Original Message ----- From: "ygdan1001" <[email protected]> To: "Enhanced Machine Controller (EMC)" <[email protected]> Sent: Wednesday, January 14, 2009 05:09 Subject: Re: [Emc-users] comp > Thanks Alex! > I do it(sudo apt-get install emc2-dev), but it fail to install it. My > computer can't surf the intertnet in the Linux system. Does it matter with > it ? > Thank you again! > Regards! > Yang > > > > > 在2009-01-13,"Alex Joni" <[email protected]> 写道: >>Yes, and the error says: >>sudo: comp:command not found. >>That means the "comp" command is not found. >> >>You need to install the emc-dev package which contains the comp command. >> >>sudo apt-get install emc2-dev >> >> >>Regards, >>Alex >> >> >>----- Original Message ----- >>From: "ygdan1001" <[email protected]> >>To: "Enhanced Machine Controller (EMC)" <[email protected]> >>Sent: Tuesday, January 13, 2009 1:17 PM >>Subject: Re: [Emc-users] comp >> >> >>> But the kinema.c is a kinematics modle which describes my machine, and I >>> want to use it instead of trivkins. >>> >>> >>> >>> >>> 在2009-01-13,"Alex Joni" <[email protected]> 写道: >>>>> Yang >>>>> the command is not found >>>>> >>>>> ygdan1001 wrote: >>>>>> Dear sir: >>>>>> when I compile and install a file with:suro comp --install kinema.c, >>>>>> there is an error: sudo:comp:command not found. What's wrong with it >>>>>> ? >>>>>> Thanks for your help! >>>>>> Regards! >>>>>> Yang >>>>> >>>>> 1)check to see that it exists >>>>> 2) edit your path >>>>> or >>>>> use the '. emc-environment' script from the proper directory >>>>> >>>>> hth >>>>> tomp >>>> >>>>Tomp: that assumes a run-in-place install. >>>> >>>>For a regular install, you want to make sure you have the emc2-dev >>>>package >>>>installed. >>>> >>>>Regards, >>>>Alex >>>> ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
