<div dir="auto">Thank you so much<div dir="auto">Your solution is worked! </div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, Jan 4, 2025, 02:58 Harald Arnesen <<a href="mailto:lists@skogtun.org">lists@skogtun.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sayed Mohammad Badiezadegan [2025-01-04 06:41:05]:<br>
<br>
> Hi Naoya,<br>
> <br>
> Thank you for your response.<br>
> I try it with the GCC according to my attached screenshot but it doesn't <br>
> work.<br>
> <br>
> I think I should add another repository (Not Avalon)<br>
<br>
I assume you use the GCC in the base system, which does not include the <br>
Fortran compiler. Install a GCC from dports (I use gcc13), and you will <br>
get gfortran:<br>
<br>
$ which gfortran<br>
/usr/local/bin/gfortran<br>
<br>
$ gfortran -v<br>
Using built-in specs.<br>
COLLECT_GCC=gfortran<br>
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc13/gcc/x86_64-portbld-dragonfly6.4/13.2.0/lto-wrapper<br>
Target: x86_64-portbld-dragonfly6.4<br>
Configured with: /construction/lang/gcc13/gcc-13.2.0/configure <br>
--disable-multilib --with-build-config=bootstrap-lto-noplugin <br>
--disable-nls --enable-gnu-indirect-function --enable-host-shared <br>
--enable-plugin --libdir=/usr/local/lib/gcc13 <br>
--libexecdir=/usr/local/libexec/gcc13 --program-suffix=13 <br>
--with-as=/usr/local/bin/as --with-gmp=/usr/local <br>
--with-gxx-include-dir=/usr/local/lib/gcc13/include/c++/ <br>
--with-gxx-libcxx-include-dir=/usr/include/c++/v1 <br>
--with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' <br>
--with-system-zlib --without-zstd <br>
--enable-languages=c,c++,objc,fortran,jit --prefix=/usr/local <br>
--localstatedir=/var --mandir=/usr/local/man <br>
--infodir=/usr/local/share/info/gcc13 --build=x86_64-portbld-dragonfly6.4<br>
Thread model: posix<br>
Supported LTO compression algorithms: zlib<br>
gcc version 13.2.0 (FreeBSD Ports Collection)<br>
<br>
</blockquote></div>