From: Gerrit P. H. <ge...@fa...> - 2005-08-23 21:40:41
|
Tony Graham wrote: > "Gerrit P. Haase" <ge...@fa...> writes: > >>Tony Graham wrote: >> >>>"Gerrit P. Haase" <ge...@fa...> writes: > > .... > >>>>I needed only two minor changes in Makefile.am to get a clean build >>>>(and of course reconfigury with the Cygwin autotools). >>> >>>What changes? >> >>Cygwin / Windows does not alllow to link binaries if the references >>to functions and other imports cannot be resolved. Therefore >>libtool needs the flsg -no-undefined and all libraries used need to >>be added to the link command. > > > Please check the latest CVS version to see if it works for you. Looks good. I have compiled the 0.35 release with exactly this change, works ok with the test .fo file. BTW, it is safe to add -no-undefined unconditional, doesn't have an affect on platform that don't use it and IIRC also Macs need it. Thanks, Gerrit |