Re: A newbie asks...

2004-12-03 Thread Robert Lowe
Guus Leeuw jr. wrote: 1. POSIX threads Is this solved as easily as adding the acx_pthread macro in aclocal.m4, then calling it in configure.ac and using the defined variables to properly set my foo_CFLAGS, foo_LIBS (or do I use LDADD?), etc., in my Makefile.am? Yes it is ;) Yes, I figured

Re: A newbie asks...

2004-12-02 Thread Stepan Kasal
Hello, I don't have enough experience to answer all your question, but I'll try to provide one suggestion: On Thu, Dec 02, 2004 at 05:31:15PM -0600, Robert Lowe wrote: > 2. A header file which seems to be in different places on some platforms >(net/ethernet.h, sys/ethernet.h, and perhaps othe

RE: A newbie asks...

2004-12-02 Thread Guus Leeuw jr.
> -Original Message- > From: [EMAIL PROTECTED] [mailto:autoconf- > [EMAIL PROTECTED] On Behalf Of Robert Lowe > Sent: vendredi 3 décembre 2004 00:31 > To: [EMAIL PROTECTED] > Subject: A newbie asks... > > 1. POSIX threads > Is this solved as easily as addi

A newbie asks...

2004-12-02 Thread Robert Lowe
Sorry to interrupt your normally scheduled programming... I've read most of the documentation or tutorials I could find, but I'm afraid much of it went right past me. Most of the tutorials seem to focus on very straightforward examples, e.g. 'hello world' stuff. I have a small project, and I deci