Author: robert.corbettrobert.corbett Date: May 23, 2007 19:51
On May 23, 2:32 pm, "Carlie J. Coats" jyarborough.com> wrote:
>
> The following should be considered as a data point:
>
> I support an open source I/O library that provides high level
> data access for environmental modeling. It uses various other
> libraries -- particularly netCDF and PVM -- as lower layers
> for its data storage/communication.
>
> The *single*largest* support issue is related to the fact
> that Linux-distributor-built libraries (particularly netCDF)
> have been built for "g77"-style name mangling, but my users
> are trying to use them with other (single-underscore-style
> name-mangling) compilers. The users seem incapable of reading
> the part of the installation manual that says, "If you use
> [X] compiler, you *must* rebuild libnetcdf.a with that compiler."
>
> Fortunately, the netCDF "configure" system can be persuaded to do
> the Right Thing® if you build it yourself instead of using the
> vendor-supplied version. ...
|