[mesa-users] Build problem on linux Mint

James A Gatewood jamesgat at uab.edu
Wed Sep 2 16:23:37 EDT 2015


It failed again at the same place. I replaced the file and checked its permissions with the ls -l command and added the permission to execute:


james at james-VirtualBox ~ $ ls -l /home/james/mesasdk/bin/gcc.wrapper
-rw-r--r-- 1 james james 869 Sep  2 15:14 /home/james/mesasdk/bin/gcc.wrapper
james at james-VirtualBox ~ $ chmod u=rwx /home/james/mesasdk/bin/gcc.wrapper
james at james-VirtualBox ~ $ ls -l /home/james/mesasdk/bin/gcc.wrapper
-rwxr--r-- 1 james james 869 Sep  2 15:14 /home/james/mesasdk/bin/gcc.wrapper



I've attached the most ecent crlibm config.log


________________________________
From: Richard Townsend <townsend at astro.wisc.edu>
Sent: Wednesday, September 2, 2015 1:58 PM
To: James A Gatewood
Cc: Rob Farmer; mesa-users at lists.sourceforge.net users
Subject: Re: [mesa-users] Build problem on linux Mint

OK, so the file is on your system.

However, it looks like the gcc wrapper script is not correctly adding /usr/include/x86_64-linux-gnu to the include search path. This is because gcc is being run by the crlibm config script without any flags, and the wrapper doesn't recognize this invocation as a compilation instance.

James, could you replace the SDK wrapper script ($MESASDK_ROOT/bin/gcc.wrapper) with the attached script (you may need to make it executable using chmod), and try installing MESA again?

cheers,

Rich

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20150902/e54a6a96/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: text/x-log
Size: 7661 bytes
Desc: config.log
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20150902/e54a6a96/attachment.bin>


More information about the Mesa-users mailing list