Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Terry Lambert
Simon 'corecode' Schubert wrote: > but that's not the point ;] icc will desperately fail on this because > the header files don't fit. > the headers coming with icc fit icc very well (of course) but don't fit > our system headers and the libs (some functions are being used in > templates which are

Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Simon 'corecode' Schubert
On Sat, 30 Mar 2002 12:17:17 -0800 Terry Lambert <[EMAIL PROTECTED]> wrote: > Simon 'corecode' Schubert wrote: > > > Try this patch: > > > > > > --- bad Sat Mar 30 05:18:02 2002 > > > +++ goodSat Mar 30 05:18:23 2002 > > > @@ -1 +1,2 @@ > > > -echo '#include' > comp.cc > > > +echo '#inclu

Re: Getting more system information

2002-03-30 Thread Doug White
On Fri, 29 Mar 2002, Ron Chen wrote: > --- Baldur Gislason <[EMAIL PROTECTED]> wrote: > > See top(1), either parse the output from that in > > batch mode, or use the > > source luke, the source! > > > > Baldur > > In fact, I looked for the source before I asked. But I > need it in tar.gz format,

Re: icc status on FreeBSD

2002-03-30 Thread Kip Macy
I wouldn't necessarily get too excited about using icc for compiling operating systems. The company I work for uses gcc for compiling its file server OS. People their have, however, experimented with using icc for builds. When they used feedback profiling from SFS i.e. to determine which branches

Re: icc status on FreeBSD

2002-03-30 Thread Michael Smith
> I respect the gcc effort, but if icc is as good as it is told to be > then it could supersede (at least in intel community) gcc. > What is the general sentiment and the will for cooperation about > porting icc to FreeBSD? I doubt that porting will be necessary; I've watched another developer (

icc status on FreeBSD

2002-03-30 Thread Alp ATICI
I was just looking into the icc port on FreeBSD. It tells on freshports site that it does not produce native executables but objects and linux compatibility base is necessary. Is it possible (with cooperation with intel) to completely port icc to FreeBSD (and make it compatible with libc so that i

Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Terry Lambert
Nick Hilliard wrote: > > --- bad Sat Mar 30 05:18:02 2002 > > +++ goodSat Mar 30 05:18:23 2002 > > @@ -1 +1,2 @@ > > -echo '#include' > comp.cc > > +echo '#include ' > comp.cc > > +echo 'main() {}' >> comp.cc > > glibness aside, this doesn't work either: Works with g++... though I expect

Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Nick Hilliard
> --- bad Sat Mar 30 05:18:02 2002 > +++ goodSat Mar 30 05:18:23 2002 > @@ -1 +1,2 @@ > -echo '#include' > comp.cc > +echo '#include ' > comp.cc > +echo 'main() {}' >> comp.cc glibness aside, this doesn't work either: flapjack:/home/nick> echo '#include ' > comp.cc flapjack:/home

Do you sell cabinets?

2002-03-30 Thread cabineteaz
If you sell, install or make cabinets, take a moment. This product is well worth looking into. 1. Reduce damage to cabinets tremendously; 2. The faces of the cabinets will be flush, the tops and bottoms even; 3. Cuts installation time by 1/2 or more with less fatigue; 4.

Re: perfomance and regular expressions

2002-03-30 Thread Terry Lambert
"Gary W. Swearingen" wrote: > Terry Lambert <[EMAIL PROTECTED]> writes: > > Don't they teach "History of Computing" to people any more?!? > > They didn't offer it to me when I was studing for my BSEE in the 70s. > (And I haven't been paying nearly as much attention as you have.) > > I hate to th

Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Terry Lambert
Simon 'corecode' Schubert wrote: > > Try this patch: > > > > --- bad Sat Mar 30 05:18:02 2002 > > +++ goodSat Mar 30 05:18:23 2002 > > @@ -1 +1,2 @@ > > -echo '#include' > comp.cc > > +echo '#include ' > comp.cc > > +echo 'main() {}' >> comp.cc > > > > > > 8-) 8-) 8-) > > ;] no, that's de

Re: GPS time.

2002-03-30 Thread Steve Ames
http://www.gpsclock.com/ is $380US and does PPS pulses accurate to plus or minus 1 microsecond of UTC. On Sat, Mar 30, 2002 at 09:28:59AM -0500, Leo Bicknell wrote: > In a message written on Fri, Mar 29, 2002 at 06:04:11PM -0600, Paul Halliday wrote: > > I just connected my gps (garmin gps II

Re: perfomance and regular expressions

2002-03-30 Thread Wilko Bulte
On Sat, Mar 30, 2002 at 10:22:37AM -0800, Gary W. Swearingen wrote: > Terry Lambert <[EMAIL PROTECTED]> writes: > > > Don't they teach "History of Computing" to people any more?!? > > They didn't offer it to me when I was studing for my BSEE in the 70s. > (And I haven't been paying nearly as muc

Re: perfomance and regular expressions

2002-03-30 Thread Gary W. Swearingen
Terry Lambert <[EMAIL PROTECTED]> writes: > Don't they teach "History of Computing" to people any more?!? They didn't offer it to me when I was studing for my BSEE in the 70s. (And I haven't been paying nearly as much attention as you have.) I hate to think what my alma mata is teaching for HoC

Re: GPS time.

2002-03-30 Thread Les Biffle
> In a message written on Fri, Mar 29, 2002 at 06:04:11PM -0600, Paul Halliday wrote: > > I just connected my gps (garmin gps III plus) to my serial port > > and realized that simply cat'ing cua0 displays date/time/position of the > > unit. (neato). Anyway, how accurate would it be to use the

Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Alexander Leidinger
On 30 Mär, Simon 'corecode' Schubert wrote: > but i can't get icc to compile a single c++ source: > it always fails on the headers. > > just a simple echo '#include' > comp.cc > won't compile. i've tested the include files of > o icc > o gcc 2.95.3 (the one from my base system, 4.5-S) > o gcc 3.

Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Simon 'corecode' Schubert
On Sat, 30 Mar 2002 05:16:38 -0800 Terry Lambert <[EMAIL PROTECTED]> wrote: > Simon 'corecode' Schubert wrote: > > just a simple echo '#include' > comp.cc > > won't compile. i've tested the include files of > > o icc > > o gcc 2.95.3 (the one from my base system, 4.5-S) > > o gcc 3.0.4 (from the

Re: GPS time.

2002-03-30 Thread Leo Bicknell
In a message written on Fri, Mar 29, 2002 at 06:04:11PM -0600, Paul Halliday wrote: > I just connected my gps (garmin gps III plus) to my serial port > and realized that simply cat'ing cua0 displays date/time/position of the > unit. (neato). Anyway, how accurate would it be to use the time f

Re: Writing a file system? Docs? Info? Article?

2002-03-30 Thread Robert Watson
On Thu, 28 Mar 2002, Paolo Pisati wrote: > Sometimes ago, I heard someone wanted to write a fs example (article? > howto?) just to teach how to write a real fs under FreeBSD. > > I'm looking for this kind of info, any good pointer is welcome... Unfortunately, as others have pointed out, ther

Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Terry Lambert
Simon 'corecode' Schubert wrote: > just a simple echo '#include' > comp.cc > won't compile. i've tested the include files of > o icc > o gcc 2.95.3 (the one from my base system, 4.5-S) > o gcc 3.0.4 (from the ports) > > each one gives me a different error. > > did anybody already solve this prob

lang/icc doesn't compile c++ sources

2002-03-30 Thread Simon 'corecode' Schubert
hi hackers, alexander! i've installed the icc port and trying to compile... first of all, C source files compile (and then link with gcc). no problems with that. but i can't get icc to compile a single c++ source: it always fails on the headers. just a simple echo '#include' > comp.cc won't com

Re: perfomance and regular expressions

2002-03-30 Thread Wilko Bulte
On Sat, Mar 30, 2002 at 01:39:14AM -0800, Terry Lambert wrote: > "Gary W. Swearingen" wrote: > > Terry Lambert <[EMAIL PROTECTED]> writes: > > > "Gary W. Swearingen" wrote: > > > > Anybody know any languages that allow compile-time (and/or link-time) > > > > computations using (most of?) the same

Re: perfomance and regular expressions

2002-03-30 Thread Terry Lambert
"Gary W. Swearingen" wrote: > Terry Lambert <[EMAIL PROTECTED]> writes: > > "Gary W. Swearingen" wrote: > > > Anybody know any languages that allow compile-time (and/or link-time) > > > computations using (most of?) the same language? I've often desired the > > > feature. (I suppose some preproc