FLTK logo

STR #51

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 #51

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:2 - Specific to an operating system
Subsystem:Config Files
Summary:MacOSX shared libraries generation with g++ 3.1 fails
Version:1.1.4rc1
Created By:maarten.de.boer
Assigned To:mike
Fix Version:1.1.4
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 maarten.de.boer
07:27 May 27, 2003
I am trying to create a fltk shared library on macosx (static library
succeeded), from the command line with g++ 3.1, but i run into the
following. first of all, i think a flag is missing in the ld call:
It is called like this:
ld  -dylib /usr/lib/dylib1.o -lc libfltk.1.1.dylib Fl.o ...
which I suppose should be
ld  -dylib /usr/lib/dylib1.o -lc -o libfltk.1.1.dylib Fl.o ...

I succeeded into compiling the libs with
g++ -dynamiclib -lfltk -L../lib/ -framework AGL -framework Carbon
-framework GLUT -framework OpenGL -framework ApplicationServices -lsupc++ -lc -fno-exceptions -lc
 
 
#2 mike
13:23 May 27, 2003
Fixed in CVS for 1.1.4; thanks!  
 
#3 mike
14:09 May 27, 2003
Oops, not quite fixed yet in CVS...  
 
#4 mike
22:37 Jun 14, 2003
OK, now it's fixed and doing the right thing...  
     

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