Hello!
I'm new to the list and was not able to grep through any
archives, since they don't seem to be working in the moment.
So sorry if this question has been asked several times before.
I've got a Debian r3 running and want to package sysadm-base*
for debian. While trying to compile the package I had some problems
with ltmain.sh not fitting the ltconfig version. So I did this:
# libtoolize -f
# cat /usr/share/aclocal/libtool.m4 >> acinclude.m4
# rm aclocal.m4
# aclocal
# ./configure --prefix=/usr --sysconfdir=/etc
--with-JAVAPATH=/usr/lib/jdk1.1/bin
# make
Ok. Then lib/libsysadmUtil/AppContext.c++ can't be compiled due to a
missing "#include <time.h>". I'm not sure wether "#include <sys/time.h>"
should be enough or not.
After adding the include I ran into a little dependency problem:
/bin/sh ../../libtool --mode=link c++ -g -O2 -L../../lib/libsysadmUtil/.libs
-Wl,-rpath-link,../../lib/libsysadmUtil/.libs -L../../lib/libsysadmParam/.libs
-Wl,-rpath-link,../../lib/libsysadmParam/.libs -L../../lib/libsysadmComm/.libs
-Wl,-rpath-link,../../lib/libsysadmComm/.libs
-L../../lib/libsysadmCategory/.libs
-Wl,-rpath-link,../../lib/libsysadmCategory/.libs
-L../../lib/liblibsysadmFileBasedCategory/.libs
-Wl,-rpath-link,../../lib/liblibsysadmFileBasedCategory/.libs
-L../../lib/libsaauth/.libs -Wl,-rpath-link,../../lib/libsaauth/.libs
-L../../lib/libsaPrivilege/.libs -Wl,-rpath-link,../../lib/libsaPrivilege/.libs
-L../../lib/libsalog/.libs -Wl,-rpath-link,../../lib/libsalog/.libs -o
libsysadmUtil.la -rpath /usr/lib/sysadm/lib AppContext.lo AttrBundle.lo
AttrEvent.lo Attribute.lo AttrListener.lo Collections.lo Command.lo
DictionaryOf.lo format.lo Hashable.lo io.lo i18n.lo Log.lo LogFilter.lo
LogListener.lo OrderedFileName.lo ResultEvent.lo ResultListener.lo String.lo
-lstdc++
../../libtool: cd: ../../lib/libsysadmParam/.libs: No such file or directory
libtool: link: cannot determine absolute directory name of
`../../lib/libsysadmParam/.libs'
make[3]: *** [libsysadmUtil.la] Error 1
make[3]: Leaving directory
`/home/cajus/projekte/failsafe/sysadm-base-1.3.7/lib/libsysadmUtil'
make[2]: *** [all-recursive] Error 1
I've no solution for this, because I'm no master of automake & co.
After compiling all the subdirectories by hand, I noticed that the compiler
wants "liblibsysadmFileBasedCategory" which should be
"libsysadmFileBasedCategory".
Is there a possible solution for that out there?
Sysinfo:
automake (GNU automake) 1.4-p4
Autoconf version 2.13
ltmain.sh (GNU libtool) 1.4.2a (1.922.2.79 2001/11/28 21:50:31)
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
gcc/g++ 2.95.4
Thanks in advance,
-Cajus
--
Source code, list archive, and docs: http://oss.sgi.com/projects/rhino/
To unsubscribe: echo unsubscribe rhino | mail majordomo@xxxxxxxxxxx
|