Ahh yes. getline is a GNU extension and not available in all
libraries. I put in a compatible implementation for other platforms
that seems to work well.

Paul

On Thu, Mar 25, 2010 at 4:23 AM, Peter Radcliffe <p...@pir.net> wrote:
> Paul Alfille <paul.alfi...@gmail.com> probably said:
>>Great work, I'll try to address the issues you brought up:
>
> Thanks.
>
>>3. Can you give more information about the owhttpd problem? There are
>>no unusual dependencies as far as I know -- should be straight C code.
>>Perhaps some issue with thread or signal handling?
>
> With p29:
>
> libtool: link: gcc -I../include -I../../../owlib/src/include -fexceptions
>  -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>  -Wstrict-prototypes -Wredundant-decls -D_FILE_OFFSET_BITS=64
>  -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_THREAD_SAFE
>  -I/opt/local/include -I/usr/local/include -DNO_NESTED_FUNCTIONS
>  -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L
>  -o .libs/owhttpd owhttpd.o owhttpd_handler.o owhttpd_present.o
>  owhttpd_write.o owhttpd_read.o owhttpd_dir.o owhttpd_favicon.o
>  -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation
>  -L/Users/pir/owfs-2.7p29/module/owlib/src/c -L/opt/local/lib
>  -L/usr/local/lib /Users/pir/owfs-2.7p29/module/owlib/src/c/.libs/libow.so
>  /opt/local/lib/libusb.dylib /opt/local/lib/libusb-1.0.dylib -pthread
> Undefined symbols:
>  "_getline", referenced from:

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to