This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

csclient.cxx:2024:66: error: 'PR_NetAddrToString' was not declared in this scope


Hi,

I'm compiling the latest master from git, and I get a couple of error
like the one in subject.
I've managed to find those functions are defined by libnspr and
installed libnspr-dev on Ubuntu.
Compiling went fine, but the linking broke with
 csclient.cxx:2025: undefined reference to `PR_NetAddrToString'

Any ideas on why is this happening ?
I can get rid of that linking error by changing the automake/conf scripts, but
I though asking first might be better.

Thanks,
Marius


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]