Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Mon, 29 Mar 1999 14:34:55 +0000

Re: compile problem with gii from CVS

Moses DeJong 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.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

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