Hello gcc and libtool lists,
Both Autoconf and Libtool have macros which "parse" output of 'gcc -v'
for some link commands. Yes, I know, almost by definition this is not
"parseable" text, but GCC does not provide a stable API that allows to
find out
- which libraries it needs to link shared modul
On Sun, 4 Apr 2010, Ralf Wildenhues wrote:
> - which libraries it needs to link shared modules against, or
> - which libraries are needed to let g++ link mixed C++/Fortran code,
> so in practice there is no other choice (unless the user provides this
> information).
[...]
> I'm willing to add API
* Joseph S. Myers wrote on Sun, Apr 04, 2010 at 11:40:19AM CEST:
> On Sun, 4 Apr 2010, Ralf Wildenhues wrote:
>
> > - which libraries it needs to link shared modules against, or
> > - which libraries are needed to let g++ link mixed C++/Fortran code,
> > so in practice there is no other choice (un
In data giovedì 01 aprile 2010 21:13:20, Frank Ch. Eigler ha scritto:
> Or rather, it has gotten stale. I started up update process that
> should, very very slowly, let it catch up with the present day. If
> that completes in reasonable time, maybe I'll keep it running.
Ok, it's been several da
On Sun, 4 Apr 2010, Ralf Wildenhues wrote:
> How would g++ know that part of the objects were from Fortran sources?
By looking for undefined symbols matching patterns for symbols from
libgfortran.
> Maybe from a different (non-GCC) Fortran compiler, that needs a
> different set of libraries at
Snapshot gcc-4.3-20100404 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20100404/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.3 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches