MSaito / MTToolBox

C++ library to make GF(2) linear pseudo-random number generators
Other
37 stars 5 forks source link

./configure does not work #3

Open vigna opened 8 years ago

vigna commented 8 years ago

I just cloned the repository and tried a ./configure. The result at the end is:

config.status: creating Makefile config.status: error: cannot find input file: `include/Makefile.in'

Linux blew.docenti.di.unimi.it 4.2.5-201.fc22.x86_64 #1 SMP Wed Oct 28 20:00:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

gcc -v Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-default-libstdcxx-abi=c++98 --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

MSaito commented 8 years ago

Dear Sebastiano Vigna,

I'm not sure the suitable manner of using GitHub, but I think it is for developing software.

Please extract mttoolbox-0.2.5.tar.gz, which is in the same directory configure exists. In the extracted directory you can use the ./configure command.

Regards, Mutsuo Saito

On 2015/11/23 0:22, Sebastiano Vigna wrote:

I just cloned the repository and tried a ./configure. The result at the end is:

config.status: creating Makefile config.status: error: cannot find input file: `include/Makefile.in'

— Reply to this email directly or view it on GitHub https://github.com/MSaito/MTToolBox/issues/3.

majiang commented 8 years ago

Hi @MSaito, it is convenient for users if it works just after cloning the repository. Put the newest version of everything necessary in the repository.