Re: How to contribute new driver?

2007-10-11 Thread Dmitry Komissaroff
В письме Wed, 10 Oct 2007 17:50:30 +0300, Hasso Tepper написал: Dmitry Komissaroff: I port to DragonFly my driver uticom (http://sf.net/projects/uticom) from FreeBSD. How to contribute it to project? I can take a look and take care of committing if it's OK. I took a very brief look and I

Re: Hardware compatibility

2007-10-11 Thread Justin C. Sherrill
On Wed, October 10, 2007 7:09 pm, Aggelos Economopoulos wrote: Hello all, I'll be buying parts for an AMD-based system tomorrow and I'd appreciate info on what motherboards/chipsets you have booted DragonFly on without problems. Problems you've encountered are helpful also. Hopefully your

Re: Hardware compatibility

2007-10-11 Thread Steve O'Hara-Smith
On Thu, 11 Oct 2007 02:09:27 +0300 Aggelos Economopoulos [EMAIL PROTECTED] wrote: Hello all, I'll be buying parts for an AMD-based system tomorrow and I'd appreciate info on what motherboards/chipsets you have booted DragonFly on without My Asus A8V Deluxe works fine (including the on

libc_r versus libpthread and linker flags

2007-10-11 Thread walt
I think I've found the reason that pkgsrc/boost-libs isn't working properly on DFly, but I don't know how to fix it. Not long ago Matt made /usr/lib/libpthread.so.0 a symlink to enable an easy switch between libc_r and libpthread. On my machine I have the symlink pointing to libc_r, which must

Re: libc_r versus libpthread and linker flags

2007-10-11 Thread Kyle Butt
Could it be that the boost-libs configure script is seeing the libpthread.so stub library and wrongly concluding that -pthread is the correct flag? That's seems the likely reason, but I'm not sure. I think with the change, that you need to use -lpthread Kyle.

Re: libc_r versus libpthread and linker flags

2007-10-11 Thread walt
Kyle Butt wrote: Could it be that the boost-libs configure script is seeing the libpthread.so stub library and wrongly concluding that -pthread is the correct flag? That's seems the likely reason, but I'm not sure. I think with the change, that you need to use -lpthread Yes, that flag is