Hi Andreas Thanks for the hint. Now I'm running into the next problem: My config.pm (in the Perl directory) has settings for a micros*ft compiler (I think so), but so I don't have a MS-C-Compiler and also I don't want to use one. What I have is a gcc 3.23 or a BCC 5.02. I'd like to use the Gnu Compiler/Linker (?). Are there anyone with an example of the applying commands for a gcc compiler, or where can I get such a list ?
Joern -----Ursprüngliche Nachricht----- Von: Andreas.Mock [mailto:[EMAIL PROTECTED] Gesendet am: Mittwoch, 6. August 2003 15:18 An: Becker, Joern {DR-N~Mannheim} Betreff: AW: DBI-Install Hi Joern, try to delete the lines, so that you have thr result: -------------%<-------------------------- pm_to_blib: $(TO_INST_PM) @$(PERLRUNINST) -MExtUtils::Install \ -e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto','$(PM_FILTER)')" @$(TOUCH) $@ -------------%<-------------------------- Andreas