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


_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to