From: stefano m. <st....@gm...> - 2007-04-16 12:10:47
|
You are right, indeed libsipdht.pc is used only by other language bindings. (if you open configure.ac you see that AC_CHECK_LIB is used). So you have to set CFLAGS and LDFLAGS: CFLAGS=-I/home/myuser/devel/include LDFLAGS=-L/home/myuser/devl/lib ./configure Bye, Stefano 2007/4/16, Marcos <ma...@te...>: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > I'm trying to build sipdht-tools-0.4.1 with libsipdht-0.7.0. I have > installed sofia-sip and libsipdht in a custom path (under my devel home > directory) and the configure from sipdht-tools is unable to find sipdht > library. > > I've tried setting the PKG_CONFIG_PATH variable without success, as it > has worked for building libsipdht against sofia-sip without problems. > > Any help will be appreciated. > > Regards, > - -- > Marcos > jid+msn:ma...@te... > http://tenak.net/marcos/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFGI1BrKfI1dK58CZURAi2dAJ44bX9VxUKDknoKyG0jRjQ4kr4ybACeItIW > SjMecryIS8ApvGLDQnR5tD0= > =jvL3 > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Sipdht-devel mailing list > Sip...@li... > https://lists.sourceforge.net/lists/listinfo/sipdht-devel > |