Hi! 2011/9/22 Fábio Costa <[email protected]>: > Solved it, the error was: > > > ocamlmklib -L-lstdc++ \ > -o taglib_stubs taglib_stubs.o -l-ltag \ > > /usr/bin/ld: taglib_stubs.o: relocation R_X86_64_32 against `.rodata' can > not be used when making a shared object; recompile with -fPIC > taglib_stubs.o: could not read symbols: Bad value > > > I solved liek this: > > I deleted the taglib_stubs.o file. > In Make added the followin: > CXXFLAGS=-fPIC
Thanks. I think this flags should be added to all build system.. Will schedule that for the next release.. Romain ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
