Jerasure icon indicating copy to clipboard operation
Jerasure copied to clipboard

Undefined reference to jerasure functions

Open czarsath93 opened this issue 8 years ago • 0 comments

Hi all,

I am using jerasure v 2.0 and gf-complete in a project at my lab. I have been able to build the libraries. When I try to link the libraries to my code, I always get an linker error "undefined reference" whenever I try to use any method in the libraries. My linker command is g++ -L/media/sathish/6209014a-ae4c-4f58-90be-2085c0162e351/home/sathish/temp/live-proxy/live-core-lib/jerasure/src/.libs/ -L/media/sathish/6209014a-ae4c-4f58-90be-2085c0162e351/home/sathish/temp/live-proxy/live-core-lib/gf-complete/src/.libs/tmp -o "Testing123" ./abcd.o ./timeLogging.o -lgf_complete -lJerasure

Thanks,

czarsath93 avatar Aug 25 '16 10:08 czarsath93