bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] bootstrap modules missing


From: Ángel González
Subject: [Bug-wget] bootstrap modules missing
Date: Tue, 20 Mar 2012 19:59:40 +0100
User-agent: Thunderbird

I noticed that the gnulib modules ftello, mkstemp and strtok_r are
needed for windows build, but not listed in bootstrap.conf
Patch attached.

These are the errors that I got without it:
> http.o:http.c:(.text+0x1ccd): undefined reference to `_ftello'
> http.o:http.c:(.text+0x1d53): undefined reference to `_ftello'
> warc.o:warc.c:(.text+0x662): undefined reference to `_ftello'
> warc.o:warc.c:(.text+0x90f): undefined reference to `_strtok_r'
> warc.o:warc.c:(.text+0x96b): undefined reference to `_strtok_r'
> warc.o:warc.c:(.text+0xaff): undefined reference to `_strtok_r'
> warc.o:warc.c:(.text+0xb30): undefined reference to `_strtok_r'
> warc.o:warc.c:(.text+0xd7c): undefined reference to `_mkstemp'
> warc.o:warc.c:(.text+0x1221): undefined reference to `_ftello'
> warc.o:warc.c:(.text+0x14ef): undefined reference to `_ftello'

Attachment: wget-bootstrap.conf.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]