Bug#269294: FTBFS on hurd - same problem as on kfreebsd-gnu

2005-02-20 Thread Robert Millan
On Mon, Feb 14, 2005 at 11:30:35PM +0100, Guillem Jover wrote: > > No. The real problem here is that libGLU is buggy on GNU/Hurd and > GNU/kFreeBSD and does not link against libstdc++. Fix that instead of > applications/libs that link against it. Guillem is right. Please excuse me for the confus

Bug#269294: FTBFS on hurd - same problem as on kfreebsd-gnu

2005-02-14 Thread Jamie Wilkinson
This one time, at band camp, Guillem Jover wrote: >> Btw, Jamie, are you going to address this bug soon? > >Please don't. > >You can close the bug report instead. Thanks for investigating, Guillem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#269294: FTBFS on hurd - same problem as on kfreebsd-gnu

2005-02-14 Thread Guillem Jover
Hi, On Sat, Dec 25, 2004 at 02:47:41AM +0100, Robert Millan wrote: > > > I found Adding empty.cc is a gruik gruik solution. > > > > Consider the following patch instead : > > [...] > > - CFLAGS="$(CFLAGS)" ./configure \ > > + CFLAGS="$(CFLAGS)" LDFLAGS="-lstdc++" ./configure \ > > N