Re: [Fink-devel] Updated mplayer (#1885675)

2008-04-11 Thread Roland Kuhn
Hi folks! On Fri, April 11, 2008 4:10, James Bunton said: > On Wed, Apr 09, 2008 at 09:17:08PM -0400, Alexander Hansen wrote: >> Following up: >> >> I've made a couple of changes on James' tracker item. It appeared to >> build >> OK as far as I could see. >> >> I'm cc'ing the current mplayer and

Re: [Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Ben Abbott
On Apr 10, 2008, at 9:54 PM, Peter O'Gorman wrote: > ln -s libamd.0.dylib %i/lib/libamd.dylib I've rarely used symbolic links, does the line imply that target (libamd.0.dylib) is expected to be in the same directory as the link (libamd.dylib). Second question, is it not necessary to "install

[Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Jack Howarth
The SuiteSparse package for Fedora linux appears to be built with the following specfile... Name: suitesparse Version:3.0.0 Release:1%{?dist} Summary:A collection of sparse matrix libraries Group: System Environment/Libraries License:Distributa

Re: [Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Ben Abbott
On Apr 10, 2008, at 9:54 PM, Peter O'Gorman wrote: > > Ok, I guess that you will be doing this as part of the install > phase, so: > > gcc -o %i/lib/libamd.0.dylib -dynamiclib \ > -install_name %p/lib/libamd.0.dylib *.o When I tried to create the dylib version for cholmod, I encountered an "u

Re: [Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Peter O'Gorman
Ben Abbott wrote: > On Apr 10, 2008, at 9:54 PM, Peter O'Gorman wrote: >> Ok, I guess that you will be doing this as part of the install >> phase, so: >> >> gcc -o %i/lib/libamd.0.dylib -dynamiclib \ >> -install_name %p/lib/libamd.0.dylib *.o > > When I tried to create the dylib version for chol

Re: [Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Jean-François Mertens
On 12 Apr 2008, at 04:31, Ben Abbott wrote: > > When I tried to create the dylib version for cholmod, I encountered an > "unidentified symbol" error for those symbols that are in other > libraries, cholmod for example. > > How do I tell gcc to ignore the missing symbols? DON'T ! It is very impor

Re: [Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Ben Abbott
On Apr 11, 2008, at 10:46 PM, Jean-François Mertens wrote: > > On 12 Apr 2008, at 04:31, Ben Abbott wrote: >> >> When I tried to create the dylib version for cholmod, I encountered >> an >> "unidentified symbol" error for those symbols that are in other >> libraries, cholmod for example. >> >> H

[Fink-devel] Wine package on the tracker

2008-04-11 Thread Alexander Hansen
Since I'm apparently not going to be in the market for an Intel Mac until the US housing market turns back around, can somebody who can actually build wine please look at http://sourceforge.net/tracker/index.php?func=detail&aid=1924834&group_id=17203&atid=414256 ? Thanks. --

Re: [Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Jean-François Mertens
On 12 Apr 2008, at 05:05, Ben Abbott wrote: > With regards to "--all" ... do you mean that all the .o files included > in the static lib are not to be included in the dylib? ... or > something else? "-all_load" is a flag you can add to a link command, and that will cause ALL .a archives in the f

Re: [Fink-devel] Wine package on the tracker

2008-04-11 Thread Jean-François Mertens
On 12 Apr 2008, at 05:21, Alexander Hansen wrote: > Since I'm apparently not going to be in the market for an Intel Mac > until the US housing market turns back around, can somebody who can > actually build wine please look at > > http://sourceforge.net/tracker/index.php? > func=detail&aid=192483

Re: [Fink-devel] Q: convert lib*.a to lib*.dylib

2008-04-11 Thread Jean-François Mertens
On 12 Apr 2008, at 05:26, Jean-François Mertens wrote: > > On 12 Apr 2008, at 05:05, Ben Abbott wrote: >> With regards to "--all" ... do you mean that all the .o files >> included >> in the static lib are not to be included in the dylib? ... or >> something else? > > "-all_load" is a flag you c