Re: Unable to compile on Ubuntu 10.10
Status: Alpha
Brought to you by:
coroberti
From: Jan K. <jk...@gm...> - 2010-12-22 20:03:37
|
I retract my last post. This time, i changed the line 3905 back to "pread", while keeping "mypread" on the line 3894. And I added back the patch you suggested to remove. It doesn't work as it should but doesn't block the build. Anyway curl-loader compiled! :) Very likely I'll post some more, because I'm trying to integrate curl-loader with continuous integration tools... Mahy On 12/22/2010 08:52 PM, Jan Kotuc wrote: > Thanks, it looks like the renaming from "pread" to "mypread" didn't work: > > In function `read_callback': > /home/janci/apps/curl-loader/parse_conf.c:3905: undefined reference to > `mypread' > collect2: ld returned 1 exit status > make: *** [curl-loader] Error 1 > > Should I rename some header file as well? I scanned through all files in > the build directory and there's no other relevant occurence of > "pread"... :-/ > > Mahy |