Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5784 - netcdf C++ interface doesn't build with gcc3.1
Summary: netcdf C++ interface doesn't build with gcc3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-30 13:38 UTC by Sam Yates
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for netcdf-3.5.0 to build C++ interface with gcc3.1 (netcdf-3.5.0-gcc3.1.patch,7.19 KB, patch)
2002-07-30 13:40 UTC, Sam Yates
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Yates 2002-07-30 13:38:37 UTC
The netcdf configure script fails to recognize g++ 3.1 as a working C++
compiler. This is partly the fault of the aclocal included in the source, but it
seems like there's something odd with the autoconf boilerplate code too :(

The netcdf C++ interface code itself isn't compliant with the new C++ standard.

Attached is a patch for the configure script and some files in the cxx/
directory that should allow a working C++ interface with gcc 3.1
Comment 1 Sam Yates 2002-07-30 13:40:03 UTC
Created attachment 2689 [details, diff]
Patch for netcdf-3.5.0 to build C++ interface with gcc3.1
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2002-11-20 01:51:08 UTC
fixed. thanks for the patch, sorry about the delay