Subject: CVS build problems...
From: Jonathan Newman (jnewman@mudpup.com)
Date: Thu Aug 03 2000 - 12:34:40 EDT
I am having a few issues trying to get netatalk to build from autoconf, and
had to make a couple of changes to get it to compile on my machine. I was
wondering if anyone else was having these problems.
I had to change two lines in two Makefile.am files.
line 8 in etc/afpd/Makefile.am
From:
afpd_LDADD = $(top_srcdir)/libatalk/libatalk.a -latalk
To:
afpd_LDADD = -L$(top_srcdir)/libatalk -latalk
and a very similar change to etc/papd/Makefile.am
The compiler was complaining that it couldn't find -latalk.
Does this seem reasonable? My level of experience with autoconf is not high.
:)
Jon Newman
This archive was generated by hypermail 2b28 : Wed Jan 17 2001 - 14:31:49 EST