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

2009-06-24 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 -fP

Re: cc1 error

2002-11-14 Thread Brian Kraemer
On Thu, 14 Nov 2002, Kliment Andreev wrote: > Boot with old kernel and use the same above. What are the results? Same error. It started after a "make installworld" but before a reboot (which didn't help either). > On my system > > % uname -a > FreeBSD goatrance.futurebit.com 4.7-RELEASE FreeBSD

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-RELEAS