#13392 closed defect (fixed)
BUG: jpeg - C++ programs fail to link against libjpeg
Reported by: | master@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | Cc: | yves@… | |
Port: | jpeg |
Description
C++ programs fail to link with messages like
Undefined symbols:
"jpeg_start_compress(jpeg_compress_struct*, int)", referenced from:
- note that arguments got into symbol name.
A fix is in the fink port for years http://www.finkports.info/ports/graphics/libjpeg.html
Macports-style patch file attached.
Attachments (1)
Change History (4)
Changed 17 years ago by master@…
Attachment: | patch-jpeglib.h added |
---|
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Cc: | waqar@… removed |
---|---|
Owner: | changed from macports-tickets@… to waqar@… |
Assigning to maintainer.
comment:2 Changed 16 years ago by blb@…
Port: | jpeg added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r42381, thanks (maintainer timeout).
Note: See
TracTickets for help on using
tickets.
The header patch for cpp support ported from fink