geopaparazzi / libjsqlite-spatialite-android

Project to create the libjsqlite.so used in geopaparazzi
75 stars 24 forks source link

dlopen failed: cannot locate symbol "atof" referenced by "libjsqlite.so"... #10

Closed ahuarte47 closed 9 years ago

ahuarte47 commented 10 years ago

Hi, I successly compiled the current version (4.2.1) in Windows7 x64 using NDK (r10 x64). But when the library is loaded in android (System.loadLibrary("jsqlite");) I gets this error....

dlopen failed: cannot locate symbol "atof" referenced by "libjsqlite.so"...

Can you help me ? Thanks!

Alvaro

mj10777 commented 9 years ago

Sorry, I don't remember seeing this question before.

'atof' is a standard c function and therefore is used everywhere inside the many dependencies

So, to be frank, I have no idea what the cause could be.

ahuarte47 commented 9 years ago

Hi Mark, thanks for your reply. Sorry, I sincerely did not remember having this request open. Yesterday I closed it because of I solved the problem some time ago.

Best regards Alvaro