On Thu, 7 Mar 2002, Jyothi wrote: > undefined reference to `JLIB_std_error' > undefined reference to `JLIB_create_compress' > undefined reference to `JLIB_mem_dest' > undefined reference to `JLIB_set_defaults' > undefined reference to `JLIB_set_quality' > undefined reference to `JLIB_start_compress' > undefined reference to `JLIB_write_scanlines' > undefined reference to `JLIB_finish_compress' > undefined reference to `JLIB_destroy_compress'
It seems like you're adding in the include files (you would probably get different errors otherwise), but are you sure you're adding in the library? It seems like it's a static library, otherwise you wouldn't be getting this. ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator In the beginning there was nothing. And the Lord said, "Let there be Light!" And there was still nothing. But you could see it. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
