2010/5/11 Los Debillos <[email protected]>: >> again, I would try not building unit tests for the moment just to get >> thru a compile first. > > After 'make recurse TARGETS="all install"' I still get error, with the same > lib: > > make[3]: Wejście do katalogu `/root/sources/sipx/BUILD/sipXportLib/src' > make[4]: Wejście do katalogu `/root/sources/sipx/BUILD/sipXportLib/src' > test -z "/usr/local/sipx/lib" || /bin/mkdir -p "/usr/local/sipx/lib" > /bin/sh ../libtool --mode=install /usr/bin/install -c > 'libsipXport.la' '/usr/local/sipx/lib/libsipXport.la' > /usr/bin/install -c .libs/libsipXport.so.2.0.0 > /usr/local/sipx/lib/libsipXport.so.2.0.0 > > /usr/bin/install: cannot stat `.libs/libsipXport.so.2.0.0': No such > file or directory
googling I found debian is doing away with .la files http://stackoverflow.com/questions/1664921/debian-dropped-support-for-la-files-how-do-i-build-now and our sipXportlib/src/Makefile.am directly references the .la file lib_LTLIBRARIES = libsipXport.la this _could_ be the problem. How good is your autoconf/automake/libtool skills. Once you figure out portlib, the rest should follow. Debian/ubuntu support would be fantastic. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
