>btw, any reason why you didn't use perl's link() and File::Copy to do the >work? calling external shell is not a very clean way to code when you have >an API to do that.
Perl's link() on Cygwin seems to copy mod_perl.a to libmod_perl.a, but at this stage mod_perl.a is still a dummy lib and at the end we get nothing. `ln -s` seems to create something like the shortcut on windows and it works. ----------------------------------------------------------------- http://host.GBG.bg - лидер в Уеб Хостинг решения и регистрация на Домейн имена --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
