Hi, > My answers bellow... > > > $ pkg-config rohc --modversion > > 1.6.1
Fine. > > $ pkg-config rohc --cflags > -I/usr/local/include > > > $ pkg-config rohc --libs > -L/usr/local/lib -lrohc_decomp -lrohc_comp -lrohc_commo > > > And, last question: what prefix did you specify to the configure > > script? > Answer: I specified the /usr prefix. > The exact input was: $ ./configure --prefix=/usr Hmm, strange results. You shouldn't have /usr/local/include and /usr/local/lib if you specified --prefix=/usr... Please send me the result of the following commands: $ ls -l1 /usr/include/rohc* $ ls -l1 /usr/lib/librohc* $ cat /usr/lib/pkgconfig/rohc.pc $ ls -l1 /usr/local/include/rohc* $ ls -l1 /usr/local/lib/librohc* $ cat /usr/local/lib/pkgconfig/rohc.pc And in the directory where the ROHC sources are located: $ head config.log Regards, Didier -- Opensource ROHC library - http://rohc-lib.org/
signature.asc
Description: PGP signature
_______________________________________________ Mailing list: https://launchpad.net/~rohc Post to : [email protected] Unsubscribe : https://launchpad.net/~rohc More help : https://help.launchpad.net/ListHelp

