Index: [thread] [date] [subject] [author]
  From: Thomas Tanner <tanner@gmx.de>
  To  : ggi-develop@eskimo.com
  Date: Mon, 29 Mar 1999 18:38:41 +0200

Re: compile problem with gii from CVS

Marcus Sundberg wrote:
> > I tried to compile gii on a solaris 2.6 box when I got this error.
> >
> > make[3]: Entering directory `/project/neon/users/mo/degas/build/libgii/input/null'
> > /bin/sh ../../libtool --mode=link gcc  -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall  -o null.la -rpath /project/neon/users/mo/degas/install/lib/ggi/input  -module -avoid-version -export-symbols ../../../../lib/libgii/input/null/EXPSYMS input.lo ../../gii/libgii.la ../../gg/libgg.la
> > rm -fr .libs/null.la .libs/null.* .libs/null.*
> > /usr/ucb/echo { global: > .libs/null.so.exp
> > cat ../../../../lib/libgii/input/null/EXPSYMS | sed -e s/(.*)/1
> > ../../libtool: / >> .libs/null.so.exp: not found
> > ../../libtool: syntax error at line 1: `}' unexpected
> > make[3]: *** [null.la] Error 2
> >
> > Any ideas how I can fix this?
> 
> That's a bug in libtool which I thought they had fixed. I don't
> remember the exact fix now, but I'll check it out tomorrow.

 Yes, it was fixed. But a recent change of one of my co-maintainers
 has reintroduced it. We'll fix it.

-- 
Thomas Tanner ----------------------------------------
email: tanner@(gmx.de|ggi-project.org|gnu.org|mucl.de)
web:   http://home.pages.de/~tanner
visit: www.ggi-project.org www.gnustep.org


Index: [thread] [date] [subject] [author]