delorie.com/archives/browse.cgi | search |
Date: | Thu, 25 Sep 1997 11:30:28 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Geoff Weber <gweber AT tr DOT labrats DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | RE: "Why 'undefined reference' in link?" |
In-Reply-To: | <199709241521.KAA26771@labrats.com> |
Message-ID: | <Pine.SUN.3.91.970925112855.22174E-100000@is> |
MIME-Version: | 1.0 |
On Wed, 24 Sep 1997, Geoff Weber wrote: > Creating: mime64.exe > Error: mime64.o: In function `mime64::mime64(void)': > mime64.cc(12) Error: undefined reference to `mime64::encode_string' > mime64.cc(14) Error: undefined reference to `mime64::encode_string' > mime64.cc(16) Error: undefined reference to `mime64::encode_string' These messages have nothing to do with the libraries. They all complain about functions that your program is supposed to define. Please look into your code and see why the linker says it couldn't find them.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |