This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

undefined reference 'cygwin32_inet_network'


Hi all,

I am using gnuwin32 b18 with coolview on windows95. I tried to compile
apache 1.2.5 with proxy module referring Chuck Bogorad's patches.
Compilation is succeeded. But linking is failed because of undefined
reference to `cygwin32_inet_network'.

gcc    -o httpd alloc.o http_main.o http_core.o http_config.o
http_request.o http_log.o http_protocol.o rfc1413.o util.o util_script.o
modules.o buff.o md5c.o util_md5.o explain.o http_bprintf.o util_date.o
util_snprintf.o mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o
mod_include.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o
mod_userdir.o modules/proxy/libproxy.a mod_alias.o mod_access.o mod_auth.o
mod_browser.o regex/libregex.a  -lcrypt
modules/proxy/libproxy.a(proxy_util.o)(.text+0x4b2):proxy_util.c: undefined
reference to `cygwin32_inet_network'
make: *** [httpd] Error 1

I also tried -lwsock32 but the result is the same.
Any idea to success the linking?

Thank you,
Takashi Nishigaya
takashi@flab.fujitsu.co.jp

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]