send2vinnie / mclinker

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

version r212505 does not build on Ubuntu #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?

Following the directions.

> What is the expected output? What do you see instead?

Note that ./autogen.sh produces many warnings, but does not fail.

Then, during configure:

$ ./configure --prefix=$HOME/mclinker-212505-install 
--with-llvm-config=$HOME/llvm-install-212505/bin/llvm-config

. . .
checking for llvm-config... yes
checking for llvm - version >= 3.5... yes
checking type of operating system we're going to host on... Linux
checking type of operating system we're going to target... Linux
checking target architecture... x86
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating VERSION
config.status: creating Makefile
config.status: error: cannot find input file: `include/Makefile.in'

> What version of the product are you using? On what operating system?

$ git log -1
commit df591acf891d90dd2d47f7d04fcc7fd35af7a2a8
. . .

$ uname -a
Linux dsw-VirtualBox 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 
2014 i686 i686 i686 GNU/Linux

Original issue reported on code.google.com by daniel.wilkerson@gmail.com on 11 Jul 2014 at 9:50

GoogleCodeExporter commented 9 years ago
Zonr has uploaded a fix for autogen script in commit d6808c3d0919. With this 
change, we should get the configuration error if libtool is not installed.

Original comment by pete.c...@gmail.com on 14 Jul 2014 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by pete.c...@gmail.com on 15 Jul 2014 at 2:19