|
From: David E. <de...@us...> - 2005-07-08 05:49:00
|
BB wrote: > How do I invoke the option to map files using the DD_ environment > variables? > > You included some kind of compiler option or something? > > (Yes I know I'm losing it) > > Jim Morcombe > (using someone else's computer) You have define this option at the configure step. $./configure --help ... --enable-mfcomp enable MF compatibility features ... Since 'DD_' is a MF option, $./configure --enable-mfcomp then build the compiler and run-time. |