Re: Newbie: "undefined reference" error; cannot link to existing library

2002-02-05 Thread platter
Thanks Alexandros and Alexandre for the suggestions. What finally wound up making it work is the following, if anyone is interested: libtool gcc -g -o test second.c -lpthread /usr/local/lib/libsmdi.la For now I am happy with anything that gets it to work, but I would like to eventually be able

Newbie: "undefined reference" error; cannot link to existing library

2002-02-03 Thread platter
Hello all, Any help on this would be very much appreciated as I am completely stuck. I am having trouble repackaging a shared library using the Automake, libtool, and Autoconf. I have been able to successfully build a distribution that installs the shared library correctly, but when I try to co

syntax error near unexpected token 'AM_INIT_AUTOMAKE....

2002-01-31 Thread platter
Hello all, Does anyone know what the likely causes of this error are? This occurs when I run configure after running autoconf on the project. I cannot locate any general answer to this question anywhere. I have Autoconf 2.13, Automake 1.4-p5, and libtool 1.3.5. My input files follow. Any he