| 21 | |
| 22 | The following environment settings are needed to use the rpm version of the watcom linker wl.exe and ressource compiler wrc.exe. I've to make these setting in config.sys |
| 23 | |
| 24 | {{{ |
| 25 | set emxomfld_RC=wrc.exe |
| 26 | set emxomfld_RC_TYPE=WRC |
| 27 | set EMXOMFOPT=-q |
| 28 | set emxomfld_type=WLINK |
| 29 | set emxomfld_linker=wl.exe |
| 30 | }}} |
| 31 | |
| 32 | In addition at least the WATCOM environment variable must point to your installed watcom tree. Otherwise the linker dose not find wlsystem.lnk. Something like |
| 33 | |
| 34 | {{{ |
| 35 | SET WATCOM=P:\watcom |
| 36 | }}} |
| 37 | |
| 38 | The OpenWatcom installer makes all required settings for you in the config.sys if you gave permission. |
| 39 | |
| 40 | == Make utility == |
| 41 | Although I've installed all development related rpm packets I missed the gnu make utility. You can download gmake3.81 from ??fill in a proper address?? or use the version from Paul's environment. |