Peter, this works very well, thanks. I've got the package to build. Next I'll try some tests, but the upshot is that I won't need to bother folks on this list again on this issue.

I really appreciate the help!


On 14-Jun-04, at 11:06 AM, Peter O'Gorman wrote:

Hi,

I had a look too. It needs a little work, but not too much. First, I replaced the "-no-undefined" flag in the modules Makefile.am with "-module", then I removed that flag from the src Makefile.am and ran all the autotools. During build I discovered that both src/utils.c and src/event.c needed an #include <unistd.h>.

It finished building, not so sure that it works properly though...

Peter

David R. Morrison wrote:

Hi. I had a look at this, and the underlying cause is the line
AM_LDFLAGS = -no-undefined -version-info 0:0:0 -export-dynamic
which appears in modules/Makefile.in (and also modules/Makefile.am). I kind
of understand what the developers are trying to do with this, but they
are going about it the wrong way.
However, if I replace that with AM_LDFLAGS =
I get somewhat farther, but it still doesn't compile. There are also some
disturbing warnings along the way. It seems that this is going to take
some work before it's ready for OS X.
-- Dave
P.S. The correct web address for the project is gfs.sourceforge.net .


--
Peter O'Gorman - http://www.pogma.com

Dan E. Kelley, Associate Professor                phone:(902)494-1694
Oceanography Department, Dalhousie University       fax:(902)494-2885
Halifax, Nova Scotia                         mailto:[EMAIL PROTECTED]
Canada B3H 4J1   http://www.phys.ocean.dal.ca/~kelley/Kelley_Dan.html



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to