https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #9 from kargl at gcc dot gnu.org ---
(In reply to isearcher from comment #8)
> Now here is a new problem. Gfortran can now produce the a.out, but when i
> run ./a.out, there is an error:
>
> ./a.out: error while loading shared librari
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #8 from isearcher at 126 dot com ---
Now here is a new problem. Gfortran can now produce the a.out, but when i run
./a.out, there is an error:
./a.out: error while loading shared libraries: libgfortran.so.3: cannot open
shared object
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #7 from Dominique d'Humieres ---
> I "make distclean",and make again. Everything goes well. And gfortran is made.
> The problem is solved. thanks for the advice.
You're welcome!
Further advice, 4.8.0 is quite old and unsupported: y
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #6 from isearcher at 126 dot com ---
I "make distclean",and make again. Everything goes well. And gfortran is made.
The problem is solved. thanks for the advice.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #5 from isearcher at 126 dot com ---
Hello!
I create a build directory, cd to it, and execute "sources_dir/./configure ..."
like this :
/wk5/WJ/tmp/gcc-4.8.0/configure --prefix=/wk5/WJ/gcc -enable-threads=posix
-disable-checking -dis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #4 from Dominique d'Humieres ---
Executing "./configure ..." means you are bootstrapping in the sources
directory which is not supported according the manual. You must create a build
directory, cd to it, and execute "sources_dir/./con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #3 from isearcher at 126 dot com ---
Sorry, the configure command is like this (fortran is added):
./configure --prefix=/wk5/WJ/gcc -enable-threads=posix -disable-checking
-disable-multilib -enable-languages=c,fortran --with-gmp=/wk5/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
--- Comment #2 from isearcher at 126 dot com ---
i download GCC installation file and tar it at /wk5/WJ/tmp. And i configure
GCC at /wk5/WJ/gcc.
./configure --prefix=/wk5/WJ/gcc -enable-threads=posix -disable-checking
-disable-multilib -enable-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---