--- Matt Johnson <[EMAIL PROTECTED]> wrote: > undefined reference to 'colour' the actually line of code reads: > > skip = colour( *point, ch, point2 ); > > Along with the Rom ML archives I've been able to solve most problems, but I > don't fully understand what is happeneing here. By all means please fill me > in, and thanks for the help everyone.
Did you include the header which prototypes the colour function? Did you link against the .o file which implements the colour function with the rest of your objects? One (or more) of these two things is not present. If you find which one(s) are missing, and correct them your problem will be resolved. ~Kender ===== -----BEGIN GEEK CODE BLOCK----- Version 3.1 GCS/L/C/O d-(+) s++: a-- C+++$>++++ UBLS++++$ P+++(--)$ L+++>++++ E--- W+>++$ N !o K? w(--) !O M- !V PS+ PE(++) Y+ PGP->+ t+ 5 X+() R(+) tv+@ b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++ ------END GEEK CODE BLOCK------ __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com

