On Aug 6, 2006, at 10:00 AM, Martin Costabel wrote:

> I think you have to replace all instances of Mk4py$(LIBEXT) by Mk4py 
> $(BUNDLE_SUFFIX), too. The authors of that code understand only the  
> distinction between static (*.a) and dynamic (*.dylib) libraries,  
> but not the notion of bundle (*.so). For the python module, one  
> needs a bundle, not a static or dynamic library, so the LIBEXT with  
> its two possible definitions doesn't really make sense for it.


I did this and in the generated make file all instances of Mk4py$ 
(LIBEXT) are Mk4py$(BUNDLE_SUFFIX) except

Mk4py$(LIB_SUFFIX): $(PYOBJS) $(LOBJS)
        ar cru $@ $(PYOBJS) $(LOBJS)
        ranlib $@

which you said not to touch. Still the same errors after rebuilding  
and running gourmet.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to