ERROR
Ryan Schmidt
gmp-2008c at ryandesign.com
Tue Aug 5 23:07:39 CEST 2008
On Aug 5, 2008, at 09:02, ebrahim khalilzadeh wrote:
> I configured GNU MP with this command:
> "./configure --enable-cxx=detect"
> my os is fedora 9.
> when i install GNU, some error occures.
> I attached all result in a file.
This part of your output seems relevant:
> (cd /root/My Info/GMP source for linux/gmp-4.2.2; /bin/sh ./
> libtool --mode=relink g++ -m32 -O2 -fomit-frame-pointer -
> mtune=pentium4 -march=pentium4 -o libgmpxx.la -rpath /usr/local/lib
> -version-info 4:2:0 dummy.lo cxx/isfuns.lo cxx/ismpf.lo cxx/
> ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/osdoprnti.lo cxx/osfuns.lo
> cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la )
> ./libtool: line 6351: cd: /root/My: No such file or directory
You shouldn't use spaces in any of the directory names leading up to
the gmp source. The same really applies to any other source that you
want to compile; this is not gmp-specific.
More information about the gmp-bugs
mailing list