linux/ipaq

2001-12-02 Thread Erez Doron
did anyone had experiance with installing linux on ipaq ? thanks erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTE

Israeli gnu mirror

2001-12-02 Thread Ely Levy
finally after lots of efford there is an israeli mirror of GNU, I have no idea what it was so hard to make them add it as official mirror but its finally there. http://www.gnu.org/order/ftp.html Ely Levy System group Hebrew University Jerusalem Israel ==

Re: OT: lemming0

2001-12-02 Thread Alex Shnitman
Hi, Official! On Sun, Dec 02, 2001 at 12:55:19AM +0200, you wrote the following: > On Sun, Dec 02, 2001 at 01:23:15AM +0200, Cedar Cox wrote: > > Sorry for being OT, but this one is really easy. I just want to make sure > > I'm not missing something ;) Isn't 172.22.3.2 in the reserved networks

Re: OT: lemming0

2001-12-02 Thread Nadav Har'El
On Sun, Dec 02, 2001, Official Flamer/Cabal NON-Leader wrote about "Re: OT: lemming0": > On Sun, Dec 02, 2001 at 01:23:15AM +0200, Cedar Cox wrote: > > Sorry for being OT, but this one is really easy. I just want to make sure > > I'm not missing something ;) Isn't 172.22.3.2 in the reserved netw

Problems when linking against the profiled libc

2001-12-02 Thread Shlomi Fish
When invoking the following command: gcc -Wall -o mptest -L. test_multi_parallel.o -lfcs -lm -pg -lc_p I get the following error: gcc -Wall -o mptest -L. test_multi_parallel.o -lfcs -lm -pg -lc_p /usr/bin/ld-real: /lib/ld-linux.so.2: indirect symbol `__libc_internal_tsd_set' to `__libc_interna

Re: Problems when linking against the profiled libc

2001-12-02 Thread Nadav Har'El
On Sun, Dec 02, 2001, Shlomi Fish wrote about "Problems when linking against the profiled libc": > > When invoking the following command: > > gcc -Wall -o mptest -L. test_multi_parallel.o -lfcs -lm -pg -lc_p > > I get the following error: > > gcc -Wall -o mptest -L. test_multi_parallel.o -lfc

Re: Problems when linking against the profiled libc

2001-12-02 Thread Shlomi Fish
On Sun, 2 Dec 2001, Nadav Har'El wrote: > On Sun, Dec 02, 2001, Shlomi Fish wrote about "Problems when linking against the >profiled libc": > > > > When invoking the following command: > > > > gcc -Wall -o mptest -L. test_multi_parallel.o -lfcs -lm -pg -lc_p > > > > I get the following error: >

OT: (hardware) ASDL firewall?

2001-12-02 Thread Geoffrey S. Mendelson
Hi, Is there such a device that would act as an ADSL firewall? We've discussed setting up linux boxen to do it, but is there something that can be purchased, set up once and left in a dark corner? The reason I would like not to have a linux box is that it requires some support which would not b

Re: OT: (hardware) ASDL firewall?

2001-12-02 Thread Dani Arbel
Hi! Cisco has such solutions. Start at bynet .. 03-6458000 Dani On Sun, 2 Dec 2001, Geoffrey S. Mendelson wrote: > Hi, > > Is there such a device that would act as an ADSL firewall? We've > discussed setting up linux boxen to do it, but is there something that > can be purchased, set up once an

Re: (hardware) ASDL firewall?

2001-12-02 Thread Tomer Dagan
Zyxel have somthing that do ADSL routing + NAT + Firewall look at www.zyxel.com you can also ask a company which sell it here, call Spotnet 03- 6449060 - Original Message - From: "Geoffrey S. Mendelson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 02, 2001 14:20 S

Re: Problems when linking against the profiled libc

2001-12-02 Thread Oleg Goldshmidt
Shlomi Fish <[EMAIL PROTECTED]> writes: > When invoking the following command: > > gcc -Wall -o mptest -L. test_multi_parallel.o -lfcs -lm -pg -lc_p I don't think you should use -lc_p explicitly. Using -pg in the link command should link the right library > to `__libc_internal_tsd_set@@GLIBC_2

Re: Problems when linking against the profiled libc

2001-12-02 Thread Oleg Goldshmidt
"Nadav Har'El" <[EMAIL PROTECTED]> writes: > By the way, when profiling, you should also use "-g". Not true. You should use your normal compilation options. In particular, you might be interested in profiling optimized code without extra debugging information. You need -g if you want to do li

Re: Problems when linking against the profiled libc

2001-12-02 Thread Nadav Har'El
On Sun, Dec 02, 2001, Oleg Goldshmidt wrote about "Re: Problems when linking against the profiled libc": > > "Nadav Har'El" <[EMAIL PROTECTED]> writes: > > > By the way, when profiling, you should also use "-g". > > Not true. You should use your normal compilation options. In > particular, yo

Re: Problems when linking against the profiled libc

2001-12-02 Thread Oleg Goldshmidt
Oleg Goldshmidt <[EMAIL PROTECTED]> writes: > I don't think you should use -lc_p explicitly. Using -pg in the link > command should link the right library .. if you use the compiler, not the linker directly, that is. -- Oleg Goldshmidt | [EMAIL PROTECTED] "If it ain't broken, it has not got e

Re: Problems when linking against the profiled libc

2001-12-02 Thread Nadav Har'El
On Sun, Dec 02, 2001, Oleg Goldshmidt wrote about "Re: Problems when linking against the profiled libc": > Shlomi Fish <[EMAIL PROTECTED]> writes: > > > When invoking the following command: > > > > gcc -Wall -o mptest -L. test_multi_parallel.o -lfcs -lm -pg -lc_p > > I don't think you should u

Re: Problems when linking against the profiled libc

2001-12-02 Thread Oleg Goldshmidt
"Nadav Har'El" <[EMAIL PROTECTED]> writes: > No, I think Shlomi is right. In Linux, at least, -pg when linking *doesn't* > take profiling versions of the C libraries. It does. I do it all the time. > And you didn't use -lc_p, and you probably didn't see any other function > besides main() in t

Re: Problems when linking against the profiled libc

2001-12-02 Thread Nadav Har'El
On Sun, Dec 02, 2001, Oleg Goldshmidt wrote about "Re: Problems when linking against the profiled libc": > "Nadav Har'El" <[EMAIL PROTECTED]> writes: > > > No, I think Shlomi is right. In Linux, at least, -pg when linking *doesn't* > > take profiling versions of the C libraries. > > It does. I

Re: newer ups howto

2001-12-02 Thread Unkillable
www.linuxdoc.com www.linux.com > Hi > > Can someone point me to a new ups howto (the only one i can find is from > 1997). > > Thanks, > Ishai. > > > = > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe

Re: OT: lemming0

2001-12-02 Thread Official Flamer/Cabal NON-Leader
On Sun, Dec 02, 2001 at 12:11:02PM +0200, Nadav Har'El wrote: > On Sun, Dec 02, 2001, Official Flamer/Cabal NON-Leader wrote about "Re: OT: >lemming0": > > 172.16/16 > > Actually, it's 172.16/12, and 172.22.3.2 is indeed in it (see RFC 1918, > "Address Allocation for Private Internets"). Such ad

Re: Local SuSE mirror

2001-12-02 Thread Schlomo Schapiro
Hi, I also tried to talk to them (and I speak German !) to no avail. I told them that their local importers are doing them a dis-service. But they told me that they have long-running contracts and that's it. I don't think that the problem is political, though. I see two major problems: 1) Israel

Re: Local SuSE mirror

2001-12-02 Thread Nadav Har'El
On Mon, Dec 03, 2001, Schlomo Schapiro wrote about "Re: Local SuSE mirror": > 1) Israel is very RedHat centric (we are s American !), therefore > there are not so many (almost NIL) people who would buy SuSE I think that SuSE has to realise three facts (at least, I think they are facts): 1.

ftp://ftp.cs.huji.ac.il/mirror/GNU and Konqueror

2001-12-02 Thread b g
Hi all! I'm trying to enter ftp://ftp.cs.huji.ac.il/mirror/GNU using Konqueror, (RH7.1). 5 minutes after klicking the link on http://www.gnu.org/order/ftp.html, nothing happened. Doing this in Netscape brings me to the mirror with no problem Interesting, don't you think? ==