huikau / gource

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

configure: error: could not link with -lGLU (boost multi-arch detection bug) #218

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1../configure
2.
3.

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

What version of the product are you using? On what operating system?
0.42 on ubuntu 14.04(trusty)

Please provide any additional information below.
Installed all the libraries using apt-get as shown in the install guide
ran ./configure, and this error came up

Original issue reported on code.google.com by miketayl...@gmail.com on 1 Jul 2014 at 1:44

GoogleCodeExporter commented 9 years ago
THE TITLE SHOULD SAY '-lGLU' not -i

Original comment by miketayl...@gmail.com on 1 Jul 2014 at 1:45

GoogleCodeExporter commented 9 years ago
Hi. I've updated some autoconf macros which I believe cause this error message. 
The bug is in the boost base autoconf macro, the error message it produces is 
misleading.

Could you update your code from the git master branch, run autogen.sh to 
recreate configure, and then try again and see if that fixes this?

Cheers

Andrew

Original comment by acaudw...@gmail.com on 1 Jul 2014 at 11:10

GoogleCodeExporter commented 9 years ago
Updated code, reran autogen.sh and then rebuilt gource
All works fine now.
Thanks you so much for your speedy response.
Cheers

Mike

Original comment by miketayl...@gmail.com on 2 Jul 2014 at 10:31