FLTK logo

STR #1417

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #1417

Application:FLTK Library
Duplicate Of:STR #1405
Status:2 - Closed w/o Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:2 - Specific to an operating system
Subsystem:Build Files
Summary:Make fails due to missing -L/usr/X11R6/lib
Version:1.1-current
Created By:dvdkhlng
Assigned To:mike
Fix Version:None
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:


Name/Time/Date Filename/Size  
 
#1 dvdkhlng
11:14 Sep 04, 2006
configure.patch.gz
0k
 
     

Trouble Report Comments:


Name/Time/Date Text  
 
#1 dvdkhlng
11:14 Sep 04, 2006
Compilation fails in the current snapshot 1.1.x-r5385. It did work flawlessly with 1.1.7.  Problem seems to be that during shared-object linking no library-paths are passed to the linker command line. I fixed that by adding $(LDFLAGS) to DSOCOMMAND. 

The attached patch to configure.in fixes the problem for me. I'm not a autoconf export, so maybe that's not the best solution. (but maybe it is)
 
 
#2 mike
18:23 Sep 04, 2006
This patch is not correct - LDFLAGS *cannot* be used when making DSOs on all platforms, since LDFLAGS is for the linker program while DSOFLAGS is for the shared library creation program. They are not always the same.

We need to add X_LIBS to DSOFLAGS.
 
 
#3 mike
18:26 Sep 04, 2006
Dupe of STR #1405.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.