Date: Mon, 10 Apr 2006 02:30:13 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Premal Mishra <premal.mishra@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Linker Error: undefined reference to __ctype_b Message-ID: <20060410063013.GA19556@xor.obsecurity.org> In-Reply-To: <2211edca0604092303w2b5649a4uc5a4e2442cb0a882@mail.gmail.com> References: <2211edca0604092303w2b5649a4uc5a4e2442cb0a882@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 10, 2006 at 11:33:25AM +0530, Premal Mishra wrote: > Hi, >=20 > Am tryin to compile a C program which uses 3rd party library. >=20 > I get the following error during linking: >=20 > "undefined reference to __ctype_b" and this error comes up for many more = names. >=20 > Whats may be the problem ? It's looking for a symbol that doesn't exist in the libraries with which you are linking. Perhaps it needs another library, or it's expecting to find symbols that do not exist in FreeBSD system libraries. Kris --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEOft1Wry0BWjoQKURAq+LAKDpqnpb4dYDJ/G/OMswl29ZnKg6NwCfR8R7 wOEPAxexbrb+am2HApZHUYI= =0aRv -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060410063013.GA19556>