This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem linking F90 symbols


Steve Kargl Wed, Sep 21, 2011 at 11:04:46AM -0700
> Are you sure that you are building everthing with gfortran and its
> [companion] gcc?

I'm pretty sure there are no other fortran or C compilers on this box. Is there a definitive test? I note

me@it:~$ which fortran
me@it:~$ $(which gfortran) --version
GNU Fortran (Debian 4.6.1-4) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

tlroche@tlrPanP5:/tmp/ioapi-3.1-beta1$ which cc
/usr/bin/cc
tlroche@tlrPanP5:/tmp/ioapi-3.1-beta1$ $(which cc) --version
cc (Debian 4.6.1-4) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

me@it:~$ $(which gcc) --version
gcc (Debian 4.6.1-4) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

me@it:~$ find /usr -type f -executable | fgrep -ie 'fort'
/usr/bin/mint-fortune
/usr/bin/gfortran-4.6
/usr/games/fortune
me@it:~$ find /usr -type f -executable | fgrep -ie 'cc'
/usr/lib/gnome-applets/accessx-status-applet
/usr/lib/gcc/x86_64-linux-gnu/4.3/collect2
/usr/lib/gcc/x86_64-linux-gnu/4.3/cc1
/usr/lib/linux-kbuild-2.6.39/scripts/gcc-x86_32-has-stack-protector.sh
/usr/lib/linux-kbuild-2.6.39/scripts/gcc-goto.sh
/usr/lib/linux-kbuild-2.6.39/scripts/gcc-version.sh
/usr/lib/linux-kbuild-2.6.39/scripts/gcc-x86_64-has-stack-protector.sh
/usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/MakeAccessible.api
/usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/Accessibility.api
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6/cc1plus
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6/lto-wrapper
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6/f951
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6/lto1
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6/collect2
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6/cc1
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.4/cc1plus
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.4/collect2
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.4/cc1
/usr/lib/linux-kbuild-2.6.32/scripts/gcc-x86_32-has-stack-protector.sh
/usr/lib/linux-kbuild-2.6.32/scripts/gcc-version.sh
/usr/lib/linux-kbuild-2.6.32/scripts/gcc-x86_64-has-stack-protector.sh
/usr/lib/X11/rstart/commands/ListGenericCommands
/usr/bin/gcc-4.3
/usr/bin/nccopy
/usr/bin/dccleancrw
/usr/bin/rpcclient
/usr/bin/gwibber-accounts
/usr/bin/h5cc
/usr/bin/c99-gcc
/usr/bin/gcc-4.4
/usr/bin/c89-gcc
/usr/bin/gcalccmd
/usr/bin/ccsm
/usr/bin/gcc-4.6
/usr/sbin/exim_checkaccess
/usr/sbin/accessdb
/usr/sbin/cupsaccept
/usr/sbin/bccmd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]