baskard / thrudb

Automatically exported from code.google.com/p/thrudb
0 stars 0 forks source link

Make libthrift.la error #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
while i'm trying install Thrift on ubuntu (in portuguese)
i folowed the steps from ubuntuinstallguide
--first
svn co http://svn.apache.org/repos/asf/incubator/thrift/trunk thrift
--after
    cd thrift
    ./bootstrap.sh
    ./configure

but when i tryed do make, i had the following error in make command:

libtool: link: cannot find the library
`Trabalho/pacotes/thrift/lib/cpp/libthrift.la' or unhandled argument
`Trabalho/pacotes/thrift/lib/cpp/libthrift.la'

i solved the issue when i changed to another folder that does not have
spaces in path or special caracteres i.e. "Área\ de\ Trabalho/".

i changed to "/home/travel/pacotes/thrift". I supose that problem is the
spaces in the path or "Á" simbol.

Original issue reported on code.google.com by filip...@gmail.com on 21 Jul 2009 at 7:45