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
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
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