Discussion:
Cyclone library
(too old to reply)
Kwang Yul Seo
2005-10-09 21:50:00 UTC
Permalink
Hi,

Can't I use Cyclone library functions in GeekOS? I tried to use
Hashtable in <hashtable.h>, but when I compile it, "undefined
reference to Cyc_Hashtable_create, Cyc_Hashtable_insert ... and so
on"

Thanks,
Kwang Yul Seo
Michael Hicks
2005-10-12 21:19:13 UTC
Permalink
Post by Kwang Yul Seo
Can't I use Cyclone library functions in GeekOS? I tried to use
Hashtable in <hashtable.h>, but when I compile it, "undefined
reference to Cyc_Hashtable_create, Cyc_Hashtable_insert ... and so
on"
These files are not included in the geekos distribution by default. You
can include them yourself if you wish by modifying the Makefile.
Just copy them from the Cyclone distribution into the proper place
in the GeekOS tree (look in the GeekOS Makefile for a hint as
to where to put them).

-Dr. Hicks

Loading...