World: r3wp
[Linux] group for linux REBOL users
older newer | first last |
Claude 28-Oct-2009 [3281x2] | perhaps i must do a link with libstdc++6 |
what i can do thank in advance | |
Maxim 28-Oct-2009 [3283] | look in the debugging group, this was just discussed about a few hours ago! next to last post tells you where to get the libstdc++5 package.... |
Claude 28-Oct-2009 [3284x3] | thanks a lot |
it is ok know | |
now oups | |
TomBon 10-Nov-2009 [3287] | just recieved my new samsung SSD's today. Any experience here in what kind of filesystem (linux) is optimal, blocksize etc? found some technical info's in the web (some choose ext3 others reiser) but I would prefer some infos from real life users. The intention is to use the SSD for highspeed desktop virtualisation (very big single files). any tipp for speed and durability? |
Kaj 10-Nov-2009 [3288] | Durability would probably be one of the new filesystems especially for SSD, such as LogFS. XFS has traditionally been best for very large files |
Gabriele 11-Nov-2009 [3289] | ext4 would be better than ext3 because of extents. for ssd's the best would be btrfs but that's probably not mature enough for you to use. |
TomBon 12-Nov-2009 [3290] | thx for the info kaj and gabriele. looks like a non journaling FS (ext2) and a noatime mounting will speed things up. will post some experiences after a while using this new stuff. |
Robert 28-Nov-2009 [3291x2] | When using LD directly, how can I specify that the default libs are inlcuded without having to list them all? |
If I use GCC to build the extecutable there is a bunch of libs implicitly included. Doesn't seem to be if LD is used. | |
Kaj 28-Nov-2009 [3293x2] | Is that on C++ code? It makes a difference whether you use gcc or g++ to compile |
To include non-standard libraries, you can use the $LDFLAGS environment variable | |
Robert 28-Nov-2009 [3295] | I use gcc. But you can add -### to see what gcc routes to the linker. And there you see all the implicit libs. But I fixed the problem by using gcc as the linker command. |
Kaj 28-Nov-2009 [3296] | If it's C++ code you must use g++. The gcc command has been illegal for that for several years |
Alan 29-Nov-2009 [3297] | My old Amiga club president wants to try linux on an old IBM Thinkpad i1400 any suggestions ? Thanks ! |
Robert 29-Nov-2009 [3298x3] | Kaj, it's C code. |
I'm mostly using Debian, what's the better GUI: KDE or Gnome? | |
Seems like Gnome is the standard... | |
BrianH 29-Nov-2009 [3301x2] | Both are the standards, depending on who you ask. That's the great thing about standards - there are so many of them. |
Oh, and XFCE is another standard that has been gaining some traction. | |
Henrik 29-Nov-2009 [3303] | Ubuntu 9.10 is quite good. I've only had to visit the terminal a couple of times to get SMB filesharing working since I first booted it 5 minutes ago and only one cryptic error message appeared. |
Robert 29-Nov-2009 [3304] | Wow... 420MB download for stripped down Gnome... |
Henrik 29-Nov-2009 [3305] | Robert, IMHO, neither desktop is any good. KDE is well engineered underneath but the end user design is clueless. Here Gnome is better, but suffers from poor code quality, and have basically been spending close to 10 years rectifying that. |
Kaj 29-Nov-2009 [3306x12] | That's right on the mark |
Allen, does that Thinkpad still have the default 32 MB memeory? Then there are very few Linuxes you could use | |
Even if it has more, to have a workable installation you need an extremely lean distro | |
Here's a very good one: | |
http://slitaz.org/ | |
He'll need one of the loram-cdrom versions to work on that little memory: | |
http://download.tuxfamily.org/slitaz/iso/2.0/flavors/ | |
Slitaz has modern applications such as the new Firefox, but running those will be out of the question | |
Here's a Linux with older apps especially for old machines: | |
http://www.delilinux.org/ | |
Its development has almost stopped, though | |
At the danger of sounding repetitive, Syllable is one of the few systems you could reasonably try on such a low-memory machine - especially for an Amiga enthusiast | |
Robert 29-Nov-2009 [3318x2] | I really like the zillions distros to choose from... makes my system unique around the world. :-) |
No modding or pimping required. | |
Kaj 29-Nov-2009 [3320] | Yup, no better way to maximise complexity than to let every user build their own operating system |
Ashley 30-Nov-2009 [3321] | Gentoo then ;) |
Robert 30-Nov-2009 [3322] | i think I will give Ubunto a try. IIRC it's debian based. |
Henrik 30-Nov-2009 [3323] | Looking at moblin now for a netbook for a 7-year old (school requirement). Anyone tried that? |
Gabriele 30-Nov-2009 [3324] | I'm using Mint. |
Henrik 30-Nov-2009 [3325] | is it 7-year-old friendly? :-) |
Kaj 30-Nov-2009 [3326] | Is any computer system? Depends on the 7-year old. But Mint is the least worst |
Gabriele 1-Dec-2009 [3327] | well, i went to distrowatch, tried a few of them, and mint seemed the best for me. i'd love to use gobo instead, but when i tried it everything self-destroyed on the first update. |
Henrik 1-Dec-2009 [3328] | I guess I can read a bit about it. |
Robert 1-Dec-2009 [3329x2] | Does it make sense to use Ubuntu 64bit or is 32bit better? |
I need to compile stuff for 32bit as well. | |
older newer | first last |