Re: Another incomprehensible link error
Re: Another incomprehensible link error
- Subject: Re: Another incomprehensible link error
- From: Izidor Jerebic <email@hidden>
- Date: Sun, 9 Sep 2001 10:47:48 +0200
On Saturday, September 8, 2001, at 06:28 PM, Rob Rix wrote:
ld: Undefined symbols:
.objc_class_name_FDGLSpline
/usr/bin/libtool: internal link edit command failed
This error means that your code references a class named FDGLSpline (e.g.
"x = [[FDGLSpline alloc] init] ;", or "[FDGLSpline clearScreen] ;" or
something), and there is no class implementation for FDGLSpline in your
code nor in frameworks linked with your code.
izidor