![]() |
2006-05-07
, 19:53
|
Posts: 160 |
Thanked: 1 time |
Joined on Mar 2006
|
#11
|
![]() |
2006-05-07
, 22:37
|
Posts: 160 |
Thanked: 1 time |
Joined on Mar 2006
|
#12
|
![]() |
2006-05-08
, 13:21
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#13
|
![]() |
2006-05-08
, 17:27
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#14
|
![]() |
2006-05-08
, 20:03
|
|
Posts: 229 |
Thanked: 29 times |
Joined on May 2006
|
#15
|
Go here:
http://ftp.us.debian.org/debian/pool...4.3-13_arm.deb
Download the arm package and put it in the root of your memory card. Use the command:
dpkg -x /media/mmc1/libstdc++6-0_3.4.3-13_arm.deb /
Make sure you have minimo installed. Then use the "mv" command to move the 2 directories that it makes to the Minimo directory: /var/lib/install/usr/lib/minimo
After all that, you'll need to type this in Xterm everytime you want to launch minimo:
cd /var/lib/install/usr/lib/minimo/
export LD_LIBRARY_PATH=.
/var/lib/install/usr/lib/minimo# export DISPLAY=:0
/var/lib/install/usr/lib/minimo# ./minimo
Or, you can use the autoscript which was stated above.
![]() |
2006-05-08
, 21:49
|
|
Posts: 148 |
Thanked: 5 times |
Joined on Nov 2005
@ Stimutax, AZ
|
#16
|
I am so lame. I apologize for the idiocy of my questions,
but, here goes:
I ran the dpkg command successfully from xterm on the libstdk .deb placed on my mmc. That worked fine, but I can't find any resulting files,
and, even if I can,
can you help me with the mv command specifically- i.e. how to place the resulting files from the dpkg of libstdk .deb in the minimo folder (which I installed via ai)
I am an educator who would be able to use my nokia at the workplace if I had minimo to get on the special sites I need.....
Don't know linux (yet) but I hate windows with a passion and am LOVING my 770.
Also, will minimo work if I have a swap going on?
Thanks in advance for any kindness thrown my way!
dcarter
![]() |
2006-05-08
, 21:53
|
|
Posts: 148 |
Thanked: 5 times |
Joined on Nov 2005
@ Stimutax, AZ
|
#17
|
![]() |
2006-05-09
, 04:26
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#18
|
![]() |
2006-05-13
, 21:47
|
Posts: 63 |
Thanked: 1 time |
Joined on Dec 2005
|
#19
|
So, is anybody able or willing to hack minimo a little to optimise it for the 770?
![]() |
2006-05-13
, 21:56
|
|
Posts: 229 |
Thanked: 29 times |
Joined on May 2006
|
#20
|
If ran successfully, there will be a new usr folder and a new share folder I believe. Think of a deb as an elaborate zip file for right now. There are paths in this file that will result in folders being created where you ran it. In normal operation this helps the documentation be installed in the documentation folder, the application binary in the application binary section, and so forth.
In *nix (linux/unix/etc) you will find that the directory that you are currently in is represented as a dot (.). So if you see the path ./folder it is referencing a folder found in the directory that you are currently in, whereas the path /folder is referring to a folder located at the base or root of the system ('c:\' if you will).
You will find the two files in ./usr/bin I believe. Once you have located them it will be:
mv ./libstdc++.so.60 /var/lib/install/usr/lib/minimo/libstdc++.so.6
mv ./libstdc++.so.60.0.3 /var/lib/install/usr/lib/minimo/
mv is called: mv frompath topath
So in the first example, the file is being renamed as it is moved to another directory. And in the second, we are simply moving the file to a new directory so there is no need to have the filename in topath.
* FYI - There are implicit and explicit ways to refer to objects (files/folders/links/etc) in the filesystem. The last command could have been called a few different ways and still work. I prefer explicit because it leaves no room for error when working with important objects.
Quite frankly, this release is not there yet. Antonio has been working on this for the last bit, and there is quite some way to go. But seeing as he's even checking in on posts while he is on his vacation, this could take no time at all.
Don't know.
You're welcome.