Am Montag, 09.06.03 um 14:20 Uhr schrieb David R. Morrison:
Max,
I can almost fix the bootstrap with the following sort of modification: We
ask the user "Do you still have the apple-supplied perl or has it been
replaced with perl 5.8.0?"
Why even ask? Why not check for which perl version is being used? That's trivial to do.
Then we remove either storable-pm560 or system-perl580 from the set of files in the 10.2 directory, and the correct one will automatically be installed.
Why would you have to remove one of them? Just add the right one to the list of packages to be installed. See Bootstrap.pm, line 54:
my @addlist = ("apt", "apt-shlibs", "storable-pm");
Instead of storable-pm, you would (conditionally) put storable-pm560 or storable-pm580 in that list. Voila, that should be all.
Maybe I miss something fundamental here, as I haven't personally dabbled with perl 5.8 at all yet. Again, please point out what if I miss something here, and I'll try to think of a fix for it :-)
Max
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel