[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH] Fix for #43785 (ngettext with Solaris 10)
From: |
Kiyoshi KANAZAWA |
Subject: |
Re: [Bug-wget] [PATCH] Fix for #43785 (ngettext with Solaris 10) |
Date: |
Thu, 11 Dec 2014 20:32:59 +0900 (JST) |
Hello,
Not easy for me to analyze, but I can comment.
When tried to make wget-1.16.1 on Solaris10 x86,
configuring with "--without-libiconv-prefix --without-libintl-prefix",
make failed with message:
=== from here, message ===
In file included from http.c:32:0:
/usr/include/libintl.h:62:14: error: expected identifier or '(' before 'char'
extern char *ngettext(const char *, const char *, unsigned long int);
^
Makefile:1542: recipe for target 'http.o' failed
=== till here, message ===
Your patch solves this, but ld (gcc -o wget) fails with message:
=== from here, message ===
Undefined first referenced
symbol in file
strcasestr iri.o
ld: fatal: symbol referencing errors. No output written to wget
collect2: error: ld returned 1 exit status
=== till here, message ===
--- Kiyoshi <address@hidden>