FLTK logo

Re: Ian+Edzard undefined reference to _jped_std_error

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.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Ian+Edzard undefined reference to _jped_std_error imm Mar 25, 2008  
 
On 25 Mar 2008, at 19:18, Frank Eory wrote:

> I changed the order of the libraries in the code::blocks build  
> options and I got the executable to be built. Yippee!

Oops, I just posted a reply on your previous post...

> Is it normal that I have to pay attention to the order?

Depends on your linker's policy on linkage etc... The gcc default is  
that order matters, whereas some (the VC one used to) will rescan all  
the libs until the links are resolved. I *think* there's an option to  
the gcc linker to cause it to rescan too, but it is generally better  
to just get the libs in the right order in the first place, as that  
gives you better control over what links to what... (For example: In  
principle you can use this to link in different versions of functions  
with the same name, e.g. to replace some standard function, by  
controlling the linking order...)
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'.