DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

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


I was having trouble building fltk-1.1.10 on osx 10.6 with --enable-shared.
It turned out that the library was not linked with the same -arch linker
option.

The attached patch solves the problem.


Link: http://www.fltk.org/str.php?L2303
Version: -current
Index: configure.in
===================================================================
--- configure.in        (revision 6978)
+++ configure.in        (working copy)
@@ -94,6 +94,7 @@
             CFLAGS="$CFLAGS -arch i386"
             CXXFLAGS="$CXXFLAGS -arch i386"
             LDFLAGS="$LDFLAGS -arch i386"
+            DSOFLAGS="$DSOFLAGS -arch i386" 
         fi
         ;;
 esac
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to