S spjutbjorn macrumors newbie Original poster Feb 27, 2010 #1 I have compiled successfully a network program using curl 7.19.7 everything looks right in the code but it ends with exit code 154. Any tips on how to find the problem? (c++ xcode curl)
I have compiled successfully a network program using curl 7.19.7 everything looks right in the code but it ends with exit code 154. Any tips on how to find the problem? (c++ xcode curl)
S spjutbjorn macrumors newbie Original poster Feb 27, 2010 #2 It doesn't even run to the main before quiting so i guess it's a linker error. Anyone know how you can enable debugging on linking? Guess it has something to do with curl link libraries I built it with ./configure make and make install and attached the .a file to the project and linked headers to usr/lib
It doesn't even run to the main before quiting so i guess it's a linker error. Anyone know how you can enable debugging on linking? Guess it has something to do with curl link libraries I built it with ./configure make and make install and attached the .a file to the project and linked headers to usr/lib