Hi, I would really like to use curlcpp on osx 10.5 but I can't really make it work. I can build the library but it does not seem to be the correct format since if I try to use it in a xcode project, where the target settings are put to 10.5sdk, GCC 4.2 and 32-bit universal, I get the following warning, and alot of errors related to the curlcpp code:
ld: warning: in .../libcurlpp.dylib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in .../libutilspp.dylib, file was built for unsupported file format which is not the architecture being linked (i386) I tried configuring the build like this: ./configure --prefix=/Users/ moka/Documents/xcode/curlcpp --host=i386-apple-darwin10.5.0 -- build=i386-apple-darwin10.5.0 but I am pretty sure I somehow need to build a fat lib. 32-bit would be great, 32/64-bit universal would be the best, is that possible? I am using the last stable release from the website. Thanks alot, Matthias -- You received this message because you are subscribed to the Google Groups "curlpp" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/curlpp?hl=en.
