bugOpenEXR - Bugs: bug #12053, exrdisplay/Makefile.am LDADD...

 
 

bug #12053: exrdisplay/Makefile.am LDADD definition incorrect

Submitter:  Bob Friesenhahn <bfriesen>
Submitted:  Sun 20 Feb 2005 11:37:40 PM UTC
   
 
Category:  exrdisplay Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  wjarosz
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 06 Jun 2006 02:23:26 AM UTC, comment #3: 

Fixed in CVS.

Drew Hess <dhess>
Wed 04 May 2005 06:40:44 PM UTC, comment #2: 

I have attached a patch to correct this problem.

Bob Friesenhahn <bfriesen>
Sun 20 Feb 2005 11:42:40 PM UTC, comment #1: 

While the alteration gets exrdisplay to link, it seems that the same problem occurs in the other program Makefile.am's.

Bob Friesenhahn <bfriesen>
Sun 20 Feb 2005 11:37:40 PM UTC, original submission:  

The LDADD definion incorrectly refers to uninstalled EXR libraries using -Ldir -llib syntax. This actually results in uninstalled libraries being used if they exist, or a linkage failure.  The definition should be changed to (at least):

LDADD = @FLTK_LDFLAGS@ \
../Iex/libIex.la ../Half/libHalf.la \
../Imath/libImath.la ../IlmImf/libIlmImf.la \
../Iex/libIex.la -lz

While altering the generated Makefile gets exrdisplay much closer to a full link, I have not been able to test the altered Makefile.am since current Automake rejects other Makefile.am files due to syntax errors.

Bob Friesenhahn <bfriesen>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #2927:  openexr-patch added by bfriesen (4KiB - application/octet-stream - Patch to OpenEXR 1.1.2 Makefile.am files.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-06-06 dhess StatusNone Fixed
    Assigned toNone wjarosz
    Open/ClosedOpen Closed
2005-05-04 bfriesen Attached File- Added openexr-patch, #2476

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code