Results 1 to 1 of 1
Hello everybody:
I want to try to use static library (libssss.a)from other company.I include the head file in my application and I try to compile with the command
g++ test.cpp ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-24-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 1
Problem with the static library in redhat linux
Hello everybody:
I want to try to use static library (libssss.a)from other company.I include the head file in my application and I try to compile with the command
g++ test.cpp -L. -lssss -o ssss
It doesn't work and there are always so many errors one of them is as follows:
/tmp/ccPulUf.o(.text+0xe9e): In function main :
:undefined reference to 'sv_point::norm() const'
libssss.a file was written in C++ so it should be no problem with the extern "C"
Any help would be very appreciated!


Reply With Quote
