[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(no subject)
From: |
Andrey A. Kudrin |
Subject: |
(no subject) |
Date: |
Thu, 1 Nov 2001 19:23:41 +0600 |
Hello bug-libtool,
I have a problem with libjpeg.
I have install package with shared and static library, but when I'm
trying to compile example.c (provided with the package) it make error and
reports following:
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
/tmp/ccOY4GOM.o: In function `write_JPEG_file':
/tmp/ccOY4GOM.o(.text+0x11): undefined reference to `jpeg_std_error'
/tmp/ccOY4GOM.o(.text+0x2f): undefined reference to `jpeg_CreateCompress'
/tmp/ccOY4GOM.o(.text+0x8f): undefined reference to `jpeg_stdio_dest'
/tmp/ccOY4GOM.o(.text+0x97): undefined reference to `image_width'
/tmp/ccOY4GOM.o(.text+0xa2): undefined reference to `image_height'
/tmp/ccOY4GOM.o(.text+0xc8): undefined reference to `jpeg_set_defaults'
/tmp/ccOY4GOM.o(.text+0xdd): undefined reference to `jpeg_set_quality'
/tmp/ccOY4GOM.o(.text+0xee): undefined reference to `jpeg_start_compress'
/tmp/ccOY4GOM.o(.text+0xf6): undefined reference to `image_width'
/tmp/ccOY4GOM.o(.text+0x126): undefined reference to `image_buffer'
/tmp/ccOY4GOM.o(.text+0x143): undefined reference to `jpeg_write_scanlines'
/tmp/ccOY4GOM.o(.text+0x158): undefined reference to `jpeg_finish_compress'
/tmp/ccOY4GOM.o(.text+0x176): undefined reference to `jpeg_destroy_compress'
/tmp/ccOY4GOM.o: In function `read_JPEG_file':
/tmp/ccOY4GOM.o(.text+0x20a): undefined reference to `jpeg_std_error'
/tmp/ccOY4GOM.o(.text+0x248): undefined reference to `jpeg_destroy_decompress'
/tmp/ccOY4GOM.o(.text+0x274): undefined reference to `jpeg_CreateDecompress'
/tmp/ccOY4GOM.o(.text+0x28a): undefined reference to `jpeg_stdio_src'
/tmp/ccOY4GOM.o(.text+0x29b): undefined reference to `jpeg_read_header'
/tmp/ccOY4GOM.o(.text+0x2aa): undefined reference to `jpeg_start_decompress'
/tmp/ccOY4GOM.o(.text+0x311): undefined reference to `jpeg_read_scanlines'
/tmp/ccOY4GOM.o(.text+0x329): undefined reference to `put_scanline_someplace'
/tmp/ccOY4GOM.o(.text+0x33a): undefined reference to `jpeg_finish_decompress'
/tmp/ccOY4GOM.o(.text+0x349): undefined reference to `jpeg_destroy_decompress'
collect2: ld returned 1 exit status
LibJpeg version is 6b.
Can you help me with this problem?
I really apreciate any help.
-------------------------------------------
Sincerely yours,
Andrey A. Kudrin,
RussianCourier, http://www.russiancourier.com
mailto:address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- (no subject),
Andrey A. Kudrin <=