public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue
@ 2003-06-03  8:33 tim.vanholder@anubex.com
  2003-06-08  4:26 ` [Bug bootstrap/11074] " dhazeghi@yahoo.com
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: tim.vanholder@anubex.com @ 2003-06-03  8:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074

           Summary: libstdc++ fails to build due to gettext issue
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tim.vanholder@anubex.com
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

When building on linux with an external gettext (i.e. using libintl
(libintl_gettext) instead of libc (gettext)), the abi_check program of the
libstdc++-v3 testsuite fails to build, breaking the gcc build.
The problem is that libstdc++ uses gettext, but abi_check is not linked with
libintl.  Simply adding the typical gettext configury to libstdc++-v3 (and
adding @INTLLIBS@ to $(LIBS) for the testsuite Makefile) should make it work (I
manually added -lintl to abi_check_LDADD and this allowed the build to proceed
normally).



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
@ 2003-06-08  4:26 ` dhazeghi@yahoo.com
  2003-06-09 16:28 ` bkoz@redhat.com
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-08  4:26 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz@gcc.gnu.org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-08 04:26:15
               date|                            |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-08 04:26 -------
Ben,

would you mind looking at this? This seems like a straightforward libstdc++ configury issue. 
Thanks,

Dara


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
  2003-06-08  4:26 ` [Bug bootstrap/11074] " dhazeghi@yahoo.com
@ 2003-06-09 16:28 ` bkoz@redhat.com
  2003-06-16 17:38 ` dhazeghi@yahoo.com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz@redhat.com @ 2003-06-09 16:28 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074



------- Additional Comments From bkoz@redhat.com  2003-06-09 16:28 -------
Subject: Re:  libstdc++ fails to build due to gettext
 issue


Sorry I'm working on other bits at the moment. 

-benjamin


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug bootstrap/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
  2003-06-08  4:26 ` [Bug bootstrap/11074] " dhazeghi@yahoo.com
  2003-06-09 16:28 ` bkoz@redhat.com
@ 2003-06-16 17:38 ` dhazeghi@yahoo.com
  2003-08-23  0:24 ` [Bug libstdc++/11074] " dhazeghi at yahoo dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-16 17:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074



------- Additional Comments From dhazeghi@yahoo.com  2003-06-16 17:38 -------
Confirmed with gcc 3.3 branch (20030616). Just build gettext with --with-included-gettext, build 
gcc, and we get undefined symbols. The fix mentioned here appears to solve the problem.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (2 preceding siblings ...)
  2003-06-16 17:38 ` dhazeghi@yahoo.com
@ 2003-08-23  0:24 ` dhazeghi at yahoo dot com
  2004-05-25 22:13 ` bkoz at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (3 preceding siblings ...)
  2003-08-23  0:24 ` [Bug libstdc++/11074] " dhazeghi at yahoo dot com
@ 2004-05-25 22:13 ` bkoz at gcc dot gnu dot org
  2004-06-07  3:14 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-25 22:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-25 00:55 -------

This doesn't appear to be a bug with gcc-3.4.0 and above. I can configure/build
with 

/mnt/hd/src/gcc/configure --prefix=/mnt/hd/bld/H-x86-gcc
--enable-languages=c,c++ --enable-__cxa_atexit --disable-checking
--with-included-gettext

without a hitch...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (4 preceding siblings ...)
  2004-05-25 22:13 ` bkoz at gcc dot gnu dot org
@ 2004-06-07  3:14 ` pinskia at gcc dot gnu dot org
  2004-06-07  3:27 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-07  3:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-07 03:14 -------
*** Bug 15830 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mckelvey at maskull dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (5 preceding siblings ...)
  2004-06-07  3:14 ` pinskia at gcc dot gnu dot org
@ 2004-06-07  3:27 ` pinskia at gcc dot gnu dot org
  2004-06-22 12:12 ` tim dot vanholder at anubex dot com
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-07  3:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-07 03:27 -------
*** Bug 15582 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (6 preceding siblings ...)
  2004-06-07  3:27 ` pinskia at gcc dot gnu dot org
@ 2004-06-22 12:12 ` tim dot vanholder at anubex dot com
  2004-07-26 21:04 ` bkoz at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tim dot vanholder at anubex dot com @ 2004-06-22 12:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tim dot vanholder at anubex dot com  2004-06-22 12:12 -------
Note that the problem persists in gcc 3.4.0.

Specific circumstances:

*1* system has gettext function (in my case, linux, which has gettext in glibc)
*2* system has additional gettext/libintl installation
    (and due to *1* that libintl has a libintl_ symbol prefix)
*3* --with-included-gettext is not specified (no reason to use an old version
    when I have a newer one installed)

Results:

Link error for abi_check: libstdc++.so uses libintl_bindtextdomain and
libintl_bindtextdomain.
These are used from config/locale/gnu/messages_members.h (lines 66 and 88),
so the link errors will only show on systems where the GNU implementation
of the messages facet is chosen.

Currently, HAVE_LIBINTL_H is the only gettext-related autoconf substitution in
libstdc++-v3's configury that I could find; some additional rules will be
needed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.3                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (7 preceding siblings ...)
  2004-06-22 12:12 ` tim dot vanholder at anubex dot com
@ 2004-07-26 21:04 ` bkoz at gcc dot gnu dot org
  2004-07-27  6:26 ` tim dot vanholder at anubex dot com
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-07-26 21:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-07-26 21:04 -------

I cannot reproduce this given your carefully plotted steps. Looking back, I see
that some of the related PR's actually specify --disable-nls, which might
actually   be an issue. 

Is that the real problem here?

-benjamin

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (8 preceding siblings ...)
  2004-07-26 21:04 ` bkoz at gcc dot gnu dot org
@ 2004-07-27  6:26 ` tim dot vanholder at anubex dot com
  2004-07-28  2:26 ` mckelvey at maskull dot com
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tim dot vanholder at anubex dot com @ 2004-07-27  6:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tim dot vanholder at anubex dot com  2004-07-27 06:26 -------
(In reply to comment #8)
> I cannot reproduce this given your carefully plotted steps. Looking back, I see
> that some of the related PR's actually specify --disable-nls, which might
> actually   be an issue. 
> 
> Is that the real problem here?

No it is not.  The problem seems to be that the configury makes no attempt to
add -lintl to the link step for abi_check.  This in turn comes from the fact
that the standard GNU gettext autoconf macro is not used.
The configury uses GLIBCXX_ENABLE_CLOCALE (line 955 of acinclude.m4) to choose
the clocale implementation.  On linux, the use of glibc is tested and that
causes the GNU implementation to be selected.
Around line 1097, a comment reads
  "don't call AM_GNU_GETTEXT here, assume glibc";
that is the problem for my setup, where libintl.h requires the use of -lintl.
A later test (line 1149) attempts to correct for this, by ensuring that
libintl.h exists (and it does), and that it can find 'gettext' in -lintl
(which it can, because it is simply pulled in from glibc).
The main issue is that included libintl.h for a standalone libintl transforms
calls to gettext() into calls to libintl_gettext() (exactly to avoid pulling
them in from glibc), and AC_SEARCH_LIBS does not add the include, so never
notices it needs -lintl.
My guess is that using AM_GNU_GETTEXT (and a sufficiently recent gettext) would
Do The Right Thing(tm), provided the makefiles would ensure @INTLLIBS@ is added
to $(LIBS) where appropriate.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (9 preceding siblings ...)
  2004-07-27  6:26 ` tim dot vanholder at anubex dot com
@ 2004-07-28  2:26 ` mckelvey at maskull dot com
  2004-11-15 22:01 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mckelvey at maskull dot com @ 2004-07-28  2:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mckelvey at maskull dot com  2004-07-28 02:25 -------
(In reply to comment #8)> I cannot reproduce this given your carefully plotted steps. Looking back, I seethat some of the related PR's actually specify --disable-nls, which mightactually   be an issue. Is that the real problem here?-benjaminI tried it with --disable-nls and got the same result.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (10 preceding siblings ...)
  2004-07-28  2:26 ` mckelvey at maskull dot com
@ 2004-11-15 22:01 ` bkoz at gcc dot gnu dot org
  2004-11-16  7:56 ` tim dot vanholder at anubex dot com
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-11-15 22:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-11-15 22:01 -------
--disable-nls doesn't kill the build, but it does give extra fails in 22_locale
for the messages facet. This is expected.

I'll close this next week unless somebody can tell me what the problem is.

-benjamin

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (11 preceding siblings ...)
  2004-11-15 22:01 ` bkoz at gcc dot gnu dot org
@ 2004-11-16  7:56 ` tim dot vanholder at anubex dot com
  2005-01-16 16:12 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tim dot vanholder at anubex dot com @ 2004-11-16  7:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tim dot vanholder at anubex dot com  2004-11-16 07:56 -------
(In reply to comment #11)
> --disable-nls doesn't kill the build, but it does give extra fails in 22_locale
> for the messages facet. This is expected.

Maybe so, but I never used --disable-nls, so whether or not fails are expected
is pretty much irrelevant.

> I'll close this next week unless somebody can tell me what the problem is.

The problem is that the configury assumes that because glibc is present, it can
simply include libintl.h and uses of gettext will Just Work(tm).
However, on my system, gettext is installed separately alongside glibc, which
means that libintl.h defines gettext as a macro that calls the library function
libintl_gettext() (so that the libintl version, and not the glibc version, gets
linked in).
As a result, linking of abi_check fails because libintl_gettext is not found.
I would expect something similar to happen if the included gettext is used, as
that would also add the libintl_ prefix to avoid using the system's gettext().
It's not a _huge_ problem (it's easy enough to manually add -lintl to
abi_check's link line in the makefile) but I would have expected it to be
resolved quite a bit quicker, given the near-trivial fix.

Come to think of it, because using the gnu locale implementation in this case
adds a dependency of libstdc++ on libintl, g++ may need to use -lintl when
linking programs (and if it did, that would also fix the libstdc++ build, as
abi_check would link properly).  So that is probably the better fix.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (12 preceding siblings ...)
  2004-11-16  7:56 ` tim dot vanholder at anubex dot com
@ 2005-01-16 16:12 ` pinskia at gcc dot gnu dot org
  2005-01-16 17:25 ` schlie at comcast dot net
  2005-04-20  8:15 ` tim dot vanholder at anubex dot com
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-16 16:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-16 16:12 -------
*** Bug 19468 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (13 preceding siblings ...)
  2005-01-16 16:12 ` pinskia at gcc dot gnu dot org
@ 2005-01-16 17:25 ` schlie at comcast dot net
  2005-04-20  8:15 ` tim dot vanholder at anubex dot com
  15 siblings, 0 replies; 17+ messages in thread
From: schlie at comcast dot net @ 2005-01-16 17:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schlie at comcast dot net  2005-01-16 17:25 -------
Not sure if it's a related issue, but attempting to build an AVR cross
G++/libstdc++ complier on OSX presumes --disable-nls, nor using
glibc, fails to build ; although possibly for other reasons as well?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug libstdc++/11074] libstdc++ fails to build due to gettext issue
  2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
                   ` (14 preceding siblings ...)
  2005-01-16 17:25 ` schlie at comcast dot net
@ 2005-04-20  8:15 ` tim dot vanholder at anubex dot com
  15 siblings, 0 replies; 17+ messages in thread
From: tim dot vanholder at anubex dot com @ 2005-04-20  8:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tim dot vanholder at anubex dot com  2005-04-20 08:14 -------
This is still present.
I've now patched acinclude.m4 to detect the library properly (will add as
attachment); it's not ideal but it seems to work.

Also, like I feared, it introduces a dependency on libintl.so when building C++
programs - and g++ does not know to add libintl when linking. As a result,
failures are reported by autoconf tests that check whether the compiler can
produce executables.

Because of the latter, either gcc needs to duplicate some of the libstdc++
configury so that it can add -lintl (and -liconv where applicable) to its g++
link (and this seems a less-than-optimal thing to do), or libstdc++ needs to
improve its i18n checks (ideally using the regular gettext macros, and perhaps
rejecting any solution that requires extra libraries).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2005-04-20  8:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-03  8:33 [Bug bootstrap/11074] New: libstdc++ fails to build due to gettext issue tim.vanholder@anubex.com
2003-06-08  4:26 ` [Bug bootstrap/11074] " dhazeghi@yahoo.com
2003-06-09 16:28 ` bkoz@redhat.com
2003-06-16 17:38 ` dhazeghi@yahoo.com
2003-08-23  0:24 ` [Bug libstdc++/11074] " dhazeghi at yahoo dot com
2004-05-25 22:13 ` bkoz at gcc dot gnu dot org
2004-06-07  3:14 ` pinskia at gcc dot gnu dot org
2004-06-07  3:27 ` pinskia at gcc dot gnu dot org
2004-06-22 12:12 ` tim dot vanholder at anubex dot com
2004-07-26 21:04 ` bkoz at gcc dot gnu dot org
2004-07-27  6:26 ` tim dot vanholder at anubex dot com
2004-07-28  2:26 ` mckelvey at maskull dot com
2004-11-15 22:01 ` bkoz at gcc dot gnu dot org
2004-11-16  7:56 ` tim dot vanholder at anubex dot com
2005-01-16 16:12 ` pinskia at gcc dot gnu dot org
2005-01-16 17:25 ` schlie at comcast dot net
2005-04-20  8:15 ` tim dot vanholder at anubex dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).