Re: Configure error

2006-12-16 Thread Jose-Marcio Martins da Cruz
Beech Rintoul wrote: I'm the port maintainer for ftp/proftpd. I'm struggling with getting an upgrade out. The problem I'm having is they added a new option which requires libiconv. Autoconf looks for iconv.h, can't find it in /usr/local/include and the build errors out when it can't link. I

Re: Capturing Parallel Port Data

2006-12-16 Thread Bernd Walter
On Sat, Dec 16, 2006 at 11:12:44AM +1030, Daniel O'Connor wrote: On Saturday 16 December 2006 10:24, Mr CW wrote: Thank you for the pointers. It sounds like reading data back from the parallel port is not a common thing to do, although I thought parallel port projects might have done this.

Benachrichtigung über ein GMX Einschreiben von Andreas Werner Ostertag [EMAIL PROTECTED] x.net

2006-12-16 Thread GMX Einschreiben
Für Sie liegt ein GMX Einschreiben zum Abholen bereit: Von: Andreas Werner Ostertag [EMAIL PROTECTED] An: freebsd-hackers@freebsd.org Datum: 2006-12-16 13:04:09 Betreff: Re: freebsd-hackers Digest, Vol 195, Issue 6 Verfallsdatum: 2006-12-23 23:59:59 Attachments: Andreasoschdi.vcf (495) Um das

Benachrichtigung über ein GMX Einschreiben von Andreas Werner Ostertag [EMAIL PROTECTED] x.net

2006-12-16 Thread GMX Einschreiben
Für Sie liegt ein GMX Einschreiben zum Abholen bereit: Von: Andreas Werner Ostertag [EMAIL PROTECTED] An: freebsd-hackers@freebsd.org Datum: 2006-12-16 13:03:58 Betreff: Re: freebsd-hackers Digest, Vol 195, Issue 6 Verfallsdatum: 2006-12-23 23:59:59 Attachments: Andreasoschdi.vcf (495) Um das

Benachrichtigung über ein GMX Einschreiben von Andreas Werner Ostertag [EMAIL PROTECTED] x.net

2006-12-16 Thread GMX Einschreiben
Für Sie liegt ein GMX Einschreiben zum Abholen bereit: Von: Andreas Werner Ostertag [EMAIL PROTECTED] An: freebsd-hackers@freebsd.org Datum: 2006-12-16 13:04:20 Betreff: Re: freebsd-hackers Digest, Vol 195, Issue 6 Verfallsdatum: 2006-12-23 23:59:59 Attachments: Andreasoschdi.vcf (495) Um das

Re: Syncing cpus on a multi-cpu, dual core system

2006-12-16 Thread M. Warner Losh
In message: [EMAIL PROTECTED] M. L. Dodson [EMAIL PROTECTED] writes: : On a computational chemistry list I subscribe to there is a : current thread about multi-cpu systems needing to have the cpu : frequencies synced (this is in a Linux context). This is : evidently not just having

Re: Syncing cpus on a multi-cpu, dual core system

2006-12-16 Thread Stephen Montgomery-Smith
M. Warner Losh wrote: In message: [EMAIL PROTECTED] M. L. Dodson [EMAIL PROTECTED] writes: : On a computational chemistry list I subscribe to there is a : current thread about multi-cpu systems needing to have the cpu : frequencies synced (this is in a Linux context). This is :

Re: Syncing cpus on a multi-cpu, dual core system

2006-12-16 Thread Simon Roberts
- Original Message From: Stephen Montgomery-Smith [EMAIL PROTECTED] ...snip snip... The other thing I have noticed is that when I split jobs using threads so that I can use several processors, the speed up to the program is far less than one might expect - indeed sometimes it even

Re: Syncing cpus on a multi-cpu, dual core system

2006-12-16 Thread M. L. Dodson
On Saturday 16 December 2006 12:30, M. Warner Losh wrote: In message: [EMAIL PROTECTED] M. L. Dodson [EMAIL PROTECTED] writes: : On a computational chemistry list I subscribe to there is a : current thread about multi-cpu systems needing to have the cpu : frequencies synced (this

Re: Syncing cpus on a multi-cpu, dual core system

2006-12-16 Thread Matthew Dillon
The TSCs for each individual cpu core can drift relative to each other, even on multi-core chips like AMD X2s. This only effects code which uses the TSC, which isn't a whole lot. They need to be synchronized with each other (by calculating the drift and correcting for it) when

Re: ICC 9 in FreeBSD 6

2006-12-16 Thread Alexander Shiryaev
I'm trying to hack ICC 9.1.045 ia32 (using lang/icc port for ICC 8). I can't compile hello world ;-( icc -c main.c icc -o main main.o IPO link: can not find -ldl iccbin: error: problem during multi-file optimization compilation (code 1) *** Error code 1 If I specify CFLAGS=-ipo for ICC 8

Newbie request - compiling with Xlib.h

2006-12-16 Thread Henry Lenzi
Hi * I'm trying to follow the following tutorial for Xlib prpogramming: http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface However, I can't seem to compile the simple-drawing.c example. I keep getting cc simple-drawing.c -o simple-drawing

Re: ICC 9 in FreeBSD 6

2006-12-16 Thread Dan Nelson
In the last episode (Dec 17), Alexander Shiryaev said: I'm trying to hack ICC 9.1.045 ia32 (using lang/icc port for ICC 8). I can't compile hello world ;-( icc -c main.c icc -o main main.o IPO link: can not find -ldl iccbin: error: problem during multi-file optimization compilation

Re: Newbie request - compiling with Xlib.h

2006-12-16 Thread Dan Nelson
In the last episode (Dec 17), Henry Lenzi said: I'm trying to follow the following tutorial for Xlib prpogramming: http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html#preface However, I can't seem to compile the simple-drawing.c example. I keep getting