Thanks Jerold for the reply. Yeah you were right!!! I tried adding -fPIC, but other nasty errors also popped up. Going to try as Linas said.
On Wednesday, 14 September 2016 16:52:15 UTC+2, Jerold Haas wrote: > > >> there is no logger.so in the directory. How to solve this? >> >> Thanks in advance , >> Vishnu >> > > > You don't see logger.so because it isn't compiling. This is the relevant > line. > > On Wednesday, September 14, 2016 at 10:41:53 AM UTC-4, > [email protected] wrote: >> >> >> [ 12%] Linking CXX shared library logger.so >> /usr/bin/ld: /usr/local/lib/libpython2.7.a(abstract.o): relocation >> R_X86_64_32S against `_Py_NotImplementedStruct' can not be used when making >> a shared object; recompile with -fPIC >> /usr/local/lib/libpython2.7.a: error adding symbols: Bad value >> >> > Cursory search yields this as a possible solution: > http://stackoverflow.com/a/23875752 > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/54c5d47c-5a57-449e-ab21-02d06caf5ae6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
