looks like your make file is fubar. the -Dreentrant "not found" means that part of the compile line is broken from the preceeding text and the shell is interpreting it as a stand alone command (and not a command flag of the preceeding command, gcc, in this case)
double check to make sure your make file doesnt have any spurious ^M's or other corruption.
== sfisque
|