FLTK logo

Re: [fltk.bugs] [MOD] STR #1417: Make fails due to missing -L/usr/X11R6/lib

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 
 All Forums  |  Back to fltk.bugs  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [MOD] STR #1417: Make fails due to missing -L/usr/X11R6/lib Michael Sweet Sep 04, 2006  
 
[STR New]

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.

Link: http://www.fltk.org/str.php?L1417
Version: 1.1-current


Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

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'.