|
2008-04-16
, 20:13
|
Posts: 14 |
Thanked: 0 times |
Joined on Feb 2008
|
#2
|
|
2008-04-17
, 08:54
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#3
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
|
2008-04-17
, 17:34
|
|
Posts: 96 |
Thanked: 7 times |
Joined on Sep 2007
|
#4
|
The Following User Says Thank You to suitti For This Useful Post: | ||
|
2008-04-17
, 17:57
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
The Following User Says Thank You to Benson For This Useful Post: | ||
|
2008-04-17
, 22:42
|
Posts: 14 |
Thanked: 0 times |
Joined on Feb 2008
|
#6
|
The easiest way out is to not try to build in-situ.. the scratchbox cross-building environment is what you will normally use, it runs on either a Linux PC or on a Windows PC through a vmware image.Does anyone know of resources where I can learn more about using scratchbox and a vmware image?
|
2008-04-17
, 22:47
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
Removing busybox usually means a toasted device... reflash required. You can extract the binaries from the package and put them in /usr/local, or maybe force the install, leaving all busybox stuff except grep intact. But removing busybox and replacing all symlinks with GNU utils AFAIK has never been accomplished successfully.
|
2008-04-18
, 11:46
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#8
|
|
2008-04-21
, 16:32
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#9
|
The Following User Says Thank You to jolouis For This Useful Post: | ||
./configure
make
make install etc...
However, the configure step fails: the error message says that a version of grep is needed that "handles long lines and -e".
Not to be deterred, I downloaded the source code for gnu grep from here:
http://directory.fsf.org/project/grep/
The plan was to compile this version, and then use my new grep to then install the R software. Unfortunately, when I tried to build this version of grep I got the same error: ie. in order to build grep from source, I need a version of grep that handles long lines etc... Catch 22!
Any suggestions would be gratefully received. Apologies that this problem has as much to do with gnu / grep as it does to the N800 platform.
Hemlock