Results 1 to 2 of 2
Hello...
I am using opensuse 12.1 and am trying to install a software tetr_4.67 . I followed the instructions in the manual which required me to use the 'make' command. ...
- 02-10-2012 #1Just Joined!
- Join Date
- Feb 2012
- Posts
- 2
make: *** [tetrag1.o] Error 1
Hello...
I am using opensuse 12.1 and am trying to install a software tetr_4.67 . I followed the instructions in the manual which required me to use the 'make' command. But on giving the make command
****************************
I got the following error
gfortran -c -g -stack:32000000 tetrag1.f
gfortran: error: unrecognized option ‘-stack:32000000’
make: *** [tetrag1.o] Error 1
****************************
PLS HELP
thanks in advance
- 02-11-2012 #2Just Joined!
- Join Date
- Nov 2006
- Location
- near Berea, Kentucky (in a tipi)
- Posts
- 34
More info would likely get you a better answer.
What is "tetr_4.67"?
What does the manual actually say?
If I had to guess, (and I do), I'd guess you failed to run configure ("./configure", without quotes) first.
The (most common) way to build and install software from source is:
./configure
make
sudo make install
Does that help?


Reply With Quote