Gary,
it works for me without any touch.
Have you followed the instructions in the file "BOOTSTRAP" included in my patch?
I report them here again:
BOOTSTRAP PROCEDURE
-------------------
1. Create the compiler base directory, i.e. "ObjC", under the disk root.
***WARNING***: don't install package under directories that contains
spaces. You could have problems configuring and using the compiler.
2. Obtain the bootstrap package "objc-bootstrap-3.1.32.tar.tar" from the
site
http://sunsite.unc.edu/pub/Linux/devel/lang/objc, and extract the
contents in "bootstrap" subdirectory of the one created above.
(Now you'll find "objc-bootstrap-3.1.32.tar.gz")
3. Extract the whole contents of my patch in this subdirectory.
Answer YES to override existing files
Some files will be added and some will be overwrited with the patch version.
4. Open a command window in the subdirectory "bootstrap", be sure PellesC path
is accessible (Run "povars32.cmd"), then type "pomake".
This will build the three executables objc.exe, objc1.exe and postlink.exe
These are the Win32 executables you need to build the compiler.
5. If you want to use the bootstrap as final compiler get also the include files
from the sources package and you need the libraries also.
If you're not able to compile the last by yourself download my sources patch
package that will be posted in the forum.
Now you you can start compiling Objective-C programs.