On Tue, 29 Oct 2002, Aldo Calpini wrote: > Andy Dougherty wrote: > > but I'm unsure what to put for link_exe_out for each of the three > > compilers mentioned in config/init/hints/mswin32.pl, nor for the > > compilers used under OS/2 and VMS. > > config/init/hints/mswin32.pl already defines what you need. is called > 'ld_out' (also see my recent patch to stackdir.pl).
Thanks. I wasn't sure if that is really what I wanted. $ldout is what you need to specify the output to $ld. ($ld is the command you use to build shared libraries. That's not what we're doing here.) I want the flag that you need to specify to $link to produce an executable. It's possible they are the same. I didn't know and didn't want to guess. I also don't know if they are the same for Borland CC, OS/2, and VMS. Hence my post. -- Andy Dougherty [EMAIL PROTECTED]