From: Benjamin M. <ben...@gm...> - 2013-10-07 20:04:41
|
Hi David, On 10/7/13, David Walden <dav...@ya...> wrote: > Hello, > I am running Ubuntu 13.04 > > I followed the steps in the INSTALL document, with the addition of these > steps first: > > https://help.ubuntu.com/community/CompilingEasyHowTo > > ./configureseemed to complete normally so I continued with the make process > and encountered errors which I do not understand. I hope you can help me. > Please see the attachment for the output in the terminal. > > Thank you in advance. > > David Walden This is a known problem (and one that I believe is fixed in the TilEm 2.1 beta.) To build the 2.0 version, you need to run "./configure LIBS=-lm" (no quotes.) (By the way, this is not really relevant, but it's not usually necessary or recommended to run "configure" or "make" using sudo. It's only the "make install" step - to install the program system-wide - that requires root privileges.) Thanks for letting us know, and sorry it didn't work for you! Benjamin |