Hi,
I have a strange error. I try to compile GRX 243 using Mingw32, and have an error: cpp : unrecognized option '-remap' I didn't find word "remap" in the hole GRX 243 :-(
HELP !!!!!!!!
On Sat, 08 Sep 2001, Victor Rogachev wrote:
cpp : unrecognized option '-remap' I didn't find word "remap" in the hole GRX 243 :-(
IIRC, -remap is a gcc option for file name translation.
Check the gcc manual (eg. at gcc.gnu.org) and have a look at the spec file of your gcc.
Hartmut
Victor Rogachev escribió:
I have a strange error. I try to compile GRX 243 using Mingw32, and have an error: cpp : unrecognized option '-remap' I didn't find word "remap" in the hole GRX 243 :-(
Please, send more details: the line who produces the error, the mingw version you are using.
On 8 Sep 2001 at 7:14, Victor Rogachev wrote:
Hi,
I have a strange error. I try to compile GRX 243 using Mingw32, and have an error: cpp : unrecognized option '-remap' I didn't find word "remap" in the hole GRX 243 :-(
I suspect some MINGW installation problem (-remap is supported by all reasonably new gcc versions). Please use gcc command line option -v and post output You're getting.
Victor Rogachev wrote:
Hi,
I have a strange error. I try to compile GRX 243 using Mingw32, and have an error: cpp : unrecognized option '-remap' I didn't find word "remap" in the hole GRX 243 :-(
Some instalation problem since this option is in the file
<radix>/lib/gcc-lib/<system>/<version>/specs
which gives default instructions to the linker. But I cannot say more because I do not understand this stuff.
Maurice