Actions
Bug #7467
closedlib/mkmf.rb merge_lib fails on larger sets of libraries
Description
running:
merge_libs(["-lncurses", "-ltinfo", "-lssl", "-lcrypto", "-lz", "-lreadline", "-ltermcap", "-lyaml"],["-lcrypto", "-lssl", "-lcrypto", "-lz"],[])
fails with an exception
I have tried a bit and it works fine with a lot simplified version of this code:
def merge_libs(*libs)
libs.flatten.uniq
end
Also can this be backported to Ruby 1.9.3?
Actions
Like0
Like0Like0Like0Like0