On Thu, Mar 07, 2002 at 01:21:53PM +0100, Aaron Ardiri wrote:
> On Thu, 7 Mar 2002, Jyothi wrote:
>> i am trying to use the jcpalm (jpeg compression library for palm) ,
>> but when compiling with my project makefile
[...]
>> undefined reference to `JLIB_start_compress'
>> undefined reference to `JLIB_write_scanlines'
>> undefined reference to `JLIB_finish_compress'
[...]
>   did you link the library to your project? which development environment?

Various of Jyothi's postings here and on pilot.programmer.gcc make it
seem like he's using the JPEG library as a (system) shared library and
is using it with prc-tools.

It turns out that jcpalm.h suffers from the somewhat infamous enums
instead of #defines problem, and the fixup script at

        http://www.escribe.com/computing/pcpqa/m47622.html

fixes this header correctly, which probably fixes the undefined
references Jyothi has been having, although there may be other problems
in the project too.

> // az "s*x is very good for mood swings.."

Hmm...  six(en)/seks(no)/sex(sv)?  socks?  Kenny G?  Ali G?

    John

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to