Anyone else have any input on this? I still have not been able to compile
curlpp.

On 8/30/07, Joel Stephens <[EMAIL PROTECTED]> wrote:
>
> Thanks Armel, I'm almost there. Its still reporting an error although it
> does create some files in the lib folder. I'm getting some undefined
> reference warnings now and a warning about libcurl.la being moved. Heres a
> snippet of the output:
>
> libtool: link: warning: library 
> `/g/programming/libs/libcurl-7.16.4/lib/libcurl.la'
> was moved.
>
> ...
>
> example01.o: In function `main':
> g:/programming/libs/curlpp- 0.7.0/examples/example01.cpp:41: undefined
> reference                           to `_imp___ZN6cURLpp7CleanupC1Ev'
> g:/programming/libs/curlpp-0.7.0/examples/example01.cpp:53: undefined
> reference                           to `_imp___ZN6cURLpp4EasyC1Ev'
> g:/programming/libs/curlpp-0.7.0/examples/example01.cpp:103: undefined
> reference                           to `_imp___ZN6cURLpp4Easy7performEv'
> g:/programming/libs/curlpp-0.7.0/examples/example01.cpp:103: undefined
> reference                           to `_imp___ZN6cURLpp7CleanupD1Ev'
> g:/programming/libs/curlpp-0.7.0/examples/example01.cpp:103: undefined
> reference                           to `_imp___ZN6cURLpp7CleanupD1Ev'
> example01.o: In function
> `ZN6cURLpp15OptionContainerISsE20getHandleOptionValueEv
>
> ...
>
> g:/programming/libs/curlpp-0.7.0/examples/../curlpp/OptionSetter.inl:(.text$_ZN6
> cURLpp6OptionIlE16updateMeToOptionERKNS_10OptionBaseE[cURLpp::Option<long>::upda
> teMeToOption(cURLpp::OptionBase const&)]+0x98): undefined reference to
> `_imp___Z                          N6cURLpp11UnsetOptionC1EPKc'
>
>
>
>
>
>
>
>
>
>
>
> On 8/29/07, Armel Asselin <[EMAIL PROTECTED]> wrote:
>
> >
> >
> > export LDFLAGS="-L/g/programming/libs/libcurl- 7.16.4
> > /lib:-L/g/programming/libs/zlib123/lib"
> >
> > Joel, don't put those colon at all (put just spaces between arguments :)
> > !
> > export LDFLAGS="-L/g/programming/libs/libcurl- 7.16.4/lib
> > -L/g/programming/libs/zlib123/lib"
> >
> > Armel
> >
> > _______________________________________________
> > cURLpp mailing list
> > [email protected]
> > http://www.rrette.com/mailman/listinfo/curlpp
> >
> >
>
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to