LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error during make (https://www.linuxquestions.org/questions/linux-newbie-8/error-during-make-419618/)

lyar1031 02-25-2006 10:36 PM

error during make
 
I downloaded 2 applications known as gaol and mathlib. I logged in as root and untared both mathlib and gaol.

For mathlib, I did a ./configure, make, and make install and everything is OK.

For gaol I did the same. This application uses the mathlib library. I did a ./configure, but when I do a make I get the follwoing error:
goal_mathlib.h visibility arg must be one of hidden, protected or internal

I have never seen this error before, and it DOES NOT seem to be a permission problem

Any ideas, Thanks

jomen 02-26-2006 06:49 AM

On the sourceforge project page
http://sourceforge.net/projects/gaol/
there was some hint:
Release 1.2.1 for gcc with -fvisibility
if you follow the link you get this explanation:
Quote:

This version uses the -fvisibility option of gcc to optimize the dynamic export table. Should not be used with gcc versions that do not support the option.


All times are GMT -5. The time now is 12:42 PM.