[PLUG] Foomatic, HP2600n, foo2hp driver

2010-02-07 Thread Keith Lofstrom
I asked a few days ago about ethernet-to-USB print servers - thanks to Aaron for pointing out the one at Free Geek. It turns out my question was unnecessary, because the laser printer in the storage locker turned out to be an HP2600n, with an ethernet port, not the HP1600 I thought I had bought as

Re: [PLUG] Can't get gcc to compile...

2010-02-07 Thread Patrick J. Timlick
Huge difference. On Sun, Feb 7, 2010 at 3:55 PM, Mike Connors wrote: > Patrick J. Timlick wrote: > >> The instructions appear to call for a direct build of gcc with just > >> the source directories for gmp and mpfr unpacked, but I get errors > >> that gmp can't be found when I try to do that. >

Re: [PLUG] Can't get gcc to compile...

2010-02-07 Thread Mike Connors
Patrick J. Timlick wrote: >> The instructions appear to call for a direct build of gcc with just >> the source directories for gmp and mpfr unpacked, but I get errors >> that gmp can't be found when I try to do that. Usually when an installer throws an error that it can't find files and those file

Re: [PLUG] Failure at 5.8...

2010-02-07 Thread Mike Connors
someone wrote: > Clearly, I have this shared library in the tools folder, which will > eventually get thrown out. Anyone know what the deal is with this > linker error? You might take a look at this thread... http://old.nabble.com/gcc-4.3.2:-statically-link-mpfr--td19576453.html

Re: [PLUG] Failure at 5.8...

2010-02-07 Thread drew wymore
On Sun, Feb 7, 2010 at 2:27 AM, someone wrote: > http://www.linuxfromscratch.org/lfs/view/stable/chapter05/adjusting.html > > echo 'main(){}' > dummy.c > $LFS_TGT-gcc -B/tools/lib dummy.c > readelf -l a.out | grep ': /tools' > > I get, "error while loading shared libraries: libmpfr.so.1: Cannot >

Re: [PLUG] Failure at 5.8...

2010-02-07 Thread Andreas Turriff
You could try the LFS support list (lfs-supp...@linuxfromscratch.org, I believe). That having been said, your problem is that your temporary C compiler expects to find its libraries in /usr/lib - something broke along they way, before you made it to 5.8. Your best bet is to backtrack and find o

[PLUG] Failure at 5.8...

2010-02-07 Thread someone
http://www.linuxfromscratch.org/lfs/view/stable/chapter05/adjusting.html echo 'main(){}' > dummy.c $LFS_TGT-gcc -B/tools/lib dummy.c readelf -l a.out | grep ': /tools' I get, "error while loading shared libraries: libmpfr.so.1: Cannot open shared object file: No such file or directory. It does