cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

libsqllite from heavenly not copied over to lib directory #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The sqlite3 dylib file is not copied over from heavenly to the lib directory 
for the toolchain.

Original issue reported on code.google.com by dmun...@gmail.com on 12 Sep 2007 at 4:00

GoogleCodeExporter commented 8 years ago
Libraries on the iPhone are not copied into /usr/local/arm-apple-darwin/lib, by 
design. They should 
automatically be found by the compiler if the --with-heavenly switch is 
correctly set during LLVM-GCC 
compilation.

Original comment by nightwat...@gmail.com on 12 Sep 2007 at 4:07

GoogleCodeExporter commented 8 years ago
ok, then maybe I'm experiencing another bug instead -- or just a screw up on my 
part.  I followed the 
instructions in the building page on the wiki, but i can't link against 
libsqlite.  I was able to work around it by 
copying the library, but as you say that's the wrong method.

What's the easiest way to find out if the linker is looking in the right place?

Original comment by dmun...@gmail.com on 12 Sep 2007 at 5:47