Re: Solaris compilation problem solved.

2002-04-15 Thread David Bonner
On Mon, Apr 15, 2002 at 01:03:41PM -0400, Eric Binet wrote: > I think LD_LIBRARY_PATH is only used at runtime, this means that the > compiler only checks standard directories automatically. Maybe you had > libstdc++ in a nonstandard directory. This might be why you had to tell > configure. right,

Re: Solaris compilation problem solved.

2002-04-15 Thread Eric Binet
On Mon, 15 Apr 2002, Sean 'Shaleh' Perry wrote: > On 15-Apr-2002 William K Baran wrote: > > With a little help from Hal King I was able to solve the problem I had > > when compiling BlackBox on Solaris 2.8. So incase anyone else has or is > > having the same problem, here's what I had to do: > >

Re: Solaris compilation problem solved.

2002-04-15 Thread Sean 'Shaleh' Perry
On 15-Apr-2002 William K Baran wrote: > With a little help from Hal King I was able to solve the problem I had > when compiling BlackBox on Solaris 2.8. So incase anyone else has or is > having the same problem, here's what I had to do: > > When running configure, explicitely include libstdc++ l

Solaris compilation problem solved.

2002-04-15 Thread William K Baran
With a little help from Hal King I was able to solve the problem I had when compiling BlackBox on Solaris 2.8. So incase anyone else has or is having the same problem, here's what I had to do: When running configure, explicitely include libstdc++ like so: LIBS=-lstdc++ ./configure --prefix=/o