[perl #16820] [PATCH] Build libparrot.a with ar and ranlib

2002-08-28 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #16820] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16820 The use of ar rcs to build a library and reconstruct the symbol table is

Re: [perl #16820] [PATCH] Build libparrot.a with ar and ranlib

2002-08-28 Thread Mike Lambert
The use of ar rcs to build a library and reconstruct the symbol table is non-portable. (Mac OS X, for example, doesn't support the 's' option to ar.) Yes, I had noticed that, and was hoping someone more knowledgeable would help out with our build problems. :) The following patch changes