Re: Runtime loading

2004-09-09 Thread Robert Dormer
glib provides a facility for this, and should be even more platform portable On Thu, 9 Sep 2004 16:42:34 +0200, db <[EMAIL PROTECTED]> wrote: > On Thursday 09 September 2004 16:36, you wrote: > > > > In my C++ program I need to load some files/classes at runtime, so that > > > users can add

Re: syslog() reentrant when compiling with -pthread?

2004-10-06 Thread Robert Dormer
For what it's worth, I've used syslog to the *console* before, in a multithreaded network daemon. No problems encountered. On Wed, 6 Oct 2004 16:28:32 +0200, Marc Balmer <[EMAIL PROTECTED]> wrote: > Hi > > I am a long time Unix developer but new with FreeBSD. I worked the last > years mostly wi

pkg_add conflicts

2004-11-01 Thread Robert Dormer
Can someone tell me, when was the @conflicts command added to the package system? I keep trying to install things on my 4.9-RELEASE box and getting complaints from pkg_add about this command. -Rob D. ___ [EMAIL PROTECTED] mailing list http://lists.free

gif device

2004-11-04 Thread Robert Dormer
Hello all, I've added the requisite pseudo-device gif 4 line to my kernel config and recompiled it, to no avail - the gif device does not appear in the ifconfig listing, and any attempt to use gifconfig fails. Can anyone shed any light on this one? ___