Re: cc1: error: unrecognized command line option -mfdpic

2009-06-25 Thread Mel Flynn
On Wednesday 24 June 2009 18:09:36 Jin Guojun wrote: This option -mfdpic is shown in manual page for gcc 4.1 or later -mfdpic Select the FDPIC ABI, that uses function descriptors to represent pointers to functions. Without any PIC/PIE-related options, it implies -fPIE.

cc1: error: unrecognized command line option -mfdpic

2009-06-24 Thread Jin Guojun
of them accept this option: %: echo #include stdio.h | gcc43 -mfdpic - -E cc1: error: unrecognized command line option -mfdpic # 1 stdin %: echo #include stdio.h | gcc43 -fdpic - -E cc1: error: unrecognized command line option -fdpic # 1 stdin where -dpic option is a voild option. Does anyone know

cc1 error

2002-11-14 Thread Brian Kraemer
Hello, I just upgraded from 4.7-RC to 4.7-STABLE as of today's sources. The upgrade went smoothly until I did an installworld. After that, my compiler stopped working. I get the following error on anything I try to compile: $ cat test.c int main(void) { return (0); } $ cc test.c cc:

Re: cc1 error

2002-11-14 Thread Kliment Andreev
$ cat test.c int main(void) { return (0); } $ cc test.c cc: Internal compiler error: program cc1 got fatal signal 11 Boot with old kernel and use the same above. What are the results? On my system % uname -a FreeBSD goatrance.futurebit.com 4.7-RELEASE FreeBSD 4.7-RELEASE