gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:


From: Wolfgang Lux
Subject: Re:
Date: Mon, 27 May 2013 14:53:58 +0200

Germán Arias wrote:

> With current SVN I get this error after install flite:
> 
> Making all in say ...
> Making all for tool say...
> Linking tool say ...
> ./obj/say.obj/say.m.o:(.data.rel+0x14): undefined reference to 
> `__objc_class_name_NSSpeechSynthesizer'
> collect2: ld returned 1 exit status
> make[5]: *** [obj/say] Error 1
> make[4]: *** [internal-tool-all_] Error 2
> make[3]: *** [say.all.tool.variables] Error 2
> make[2]: *** [internal-all] Error 2
> make[1]: *** [internal-all] Error 2
> make: *** [internal-all] Error 2

I don't have flite installed, so I can't test, but I think you should change 
the line
  say_LDFLAGS += -lgnustep-gui
in Tools/say/GNUmakefile into
  say_TOOL_LIBS += -lgnustep-gui

Wolfgang




reply via email to

[Prev in Thread] Current Thread [Next in Thread]