Re: undefined reference to `__w32_sharedptr_unexpected'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Aaron Patton wrote:

> Well that made the cpp stuff happy, but now the fortran stuff  yields
> the following

I had neglected the fact that this was a mixed language link.  In that
case there's no way to avoid exposing the implementation details; you'll
have to either use g++ and add -lgfortran or use gfortran and add
-lstdc++ -lsupc++.  I think the former is slightly cleaner than the
latter.

Brian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux