I'm sure I'm doing something really dumb here (which someone will,
hopefully, point out immediately) but I can't get a test compile
to work.
The code references the kudzu header & library,
/usr/include/kudzu/kudzu.h
/usr/lib/libkudzu.a
and I'm using the command line:
cc -I/usr/include/kudzu -lkudzu -o hw_exam hw_exam.c
which results in linker messages of
undefined reference to 'initializeDeviceList'
undefined reference to 'probeDevices'
undefined reference to 'writeDevices'
Since the "code" right now consists essentially of these three calls,
obviously it goes nowhere.
Am continuing to dig through my 'C' linker refs to see what I missed
but a hint, even prefaced with "Hey DUMMY!" would be appreciated! 8^)
regards
rickf
--
Rick Forrister <[EMAIL PROTECTED]>
"To get something done a committee should consist of no more than
three people, two of whom are absent." Robert Copeland
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.