This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17673] ld: Unsatisfied symbols referencing static const via overloaded operator->
- From: "jerrydy at sbcglobal dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Sep 2004 04:34:37 -0000
- Subject: [Bug c++/17673] ld: Unsatisfied symbols referencing static const via overloaded operator->
- References: <20040926042638.17673.jerrydy@sbcglobal.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jerrydy at sbcglobal dot net 2004-09-26 04:34 -------
My environment is HP-UX 11i. I replaced the static const int definition with
enum { OCI_HTYPE = 100 } as a workaround. Note that the error occurs during
link only (compiles with no errors).
-Jerry
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17673