Re: [fltk.development] Strange build error on Mac OS X

2013-01-21 Thread Peter Åstrand
On Thu, 17 Jan 2013, Peter Åstrand wrote: When building a shared library of FLTK 1.3.2 on Mac OS X 10.4 (Linux cross compilation), we get this exotic error message: Linking CXX shared library ../lib/libfltk.dylib /usr/lib/gcc/i686-apple-darwin8/4.5.3/../../../../i686-apple-darwin8/bin/ld:

[fltk.development] Strange build error on Mac OS X

2013-01-17 Thread Peter Åstrand
When building a shared library of FLTK 1.3.2 on Mac OS X 10.4 (Linux cross compilation), we get this exotic error message: Linking CXX shared library ../lib/libfltk.dylib /usr/lib/gcc/i686-apple-darwin8/4.5.3/../../../../i686-apple-darwin8/bin/ld:

Re: [fltk.development] Strange build error on Mac OS X

2013-01-17 Thread MacArthur, Ian (Selex ES, UK)
Hi Peter, I don't have anything useful to suggest, just wondered about this: When building a shared library of FLTK 1.3.2 on Mac OS X 10.4 (Linux cross compilation), we get this exotic error message: So... from that, I understand that you are building fltk dylibs for an OSX target system,

Re: [fltk.development] Strange build error on Mac OS X

2013-01-17 Thread Peter Åstrand
On Thu, 17 Jan 2013, MacArthur, Ian (Selex ES, UK) wrote: So... from that, I understand that you are building fltk dylibs for an OSX target system, on a linux host system? Yes. With Autotools we can successfully build the dylibs. However, we have never tried to actually use them; we are

Re: [fltk.development] Strange build error on Mac OS X

2013-01-17 Thread Greg Ercolano
Hmm, I have a 10.4.11 system, and it builds 1.3.x svn current OK with ./configure --enabled-shared ; make (Note: I didn't try the 1.3.2 tar) Maybe an issue with cross compile env or cmake? Try using regular make instead. Here's the full build