[Insight-users] Debian/Linux linking
Neil Killeen
Neil.Killeen@atnf.csiro.au
Wed, 5 Feb 2003 11:01:21 +1100 (EST)
Luis
On Tue, 4 Feb 2003, Luis Ibanez wrote:
>
>
> nm libstdc++.a | c++filt | grep seekg
>
> std::basic_istream<char, std::char_traints<char> >::
> seekg(std::fpos<__mbstate_t>)
>
>
>
> The same command, when repeated in the directory
> /usr/lib/gcc-lib/i386-linux/2.95.4
>
> returns:
>
>
> istream::seekg(long long)
> istream::seekg(long long, ios::seek_dir)
>
>
>
> -----
>
ok this is valuable. you DO have the double leading
underscore in the fpos function, whereas we don't.
Everything else seems consistent.
>
>
> Some things that come to mind:
>
> 1) Verify your LD_LIBRARY_PATH
> 2) Make sure you are not disabling
> ITK_USE_SYSTEM_STDLIB
>
>
these are ok.
> -----
>
> Please let us know if you find other hints,
>
>
> Thanks
> Luis
will keep you posted...
cheers
Neil