In article <[EMAIL PROTECTED]>,
   Al Puzzuoli <[EMAIL PROTECTED]> wrote:

> On a somewhat related note, have you  tried compiling Espeak under
> Ubuntu for PPC?  When attempting to do so, I'm getting an error
> during the make, having to do with the inability to find lespeak. 
> It's as if  the compile depends on the presence of libespeak, but I
> don't see how to compile libespeak first.

Yes, compiling "espeak" needs the "libespeak" to be present in /usr/lib.

But "make" should have compiled libespeak.so.1.18 OK.  So install that
in /usr/lib and do "sudo ldconfig" (I think that creates the link from
/usr/lib/libespeak.so.1 to /usr/lib/libespeak.so.1.18.0).  Then if you
run "make" again, it should compile "espeak" OK.

Perhaps there is a way of making the makefile do that automatically?


-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility

Reply via email to