paulmcco 0 Newbie Poster

Hello, I am trying to build cURL 0.7.3. When I configure cURL.pp within the shell (./configure), the program exits with error: cannot find boost libraries. So I used the following command to bypass this step:

./configure --without-boost

The configuration finishes with no errors, however, when I try to "make" within the shell, it exits with error:

/usr/bin/libtool: no library created (no object files in input files)
make[2]: *** [libutilspp.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


I need to successfully build cURLpp...any ideas why no library created? because of boost?