Max Horn wrote:

But one can of course easily work around that, either by using a || true, i.e.

nmedit -R foo libGL.1.2.dylib || true

or by doing a proper check with nm if the symbols need to be fixed up etc. (if/then/else :-). So it should be possible to do this automatically in a Fink package.

Yeah, I've got a package in my experimental directory that seems to do the trick. If anyone is willing to give it a shot, I would appreciate it. I'm basically grepping for 'U _glGetColorTableEXT' in the output of 'nm' (after having already determined the user has Apple X11), and then reacting based on that.


The package is available at:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/fink/experimental/rangerrick/finkinfo/x11-system/system-xfree86-4.2-7.info?rev=1.1

If I can get a couple of "works for me"-s from Apple X11 users I'll put it in unstable. It seems to be fine here with the test I ran.



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to