Re: FreeBSD 8.0 i386 and binutils-2.20.1

2010-04-08 Thread Nick Clifton
Hi Kim, Thanks for your help. I think this is strange too, so wrote you. How can I check "make"? Check the contents of the file called "Makefile" in the gprof build directory. (Also check to make sure that there is no file called "makefile" present. This will override "Makefile" if it exis

Re: FreeBSD 8.0 i386 and binutils-2.20.1

2010-04-07 Thread Kim Merder
Thanks for your help. I think this is strange too, so wrote you. How can I check "make"? Maybe buildworld with custom kernel maked some strange changes... 2010/4/8 Alan Modra > On Wed, Apr 07, 2010 at 10:43:43PM +0400, Kim Merder wrote: > > I'm trying to build binutils-2.20.1 on my FreeBSD i386

Re: FreeBSD 8.0 i386 and binutils-2.20.1

2010-04-07 Thread Alan Modra
On Wed, Apr 07, 2010 at 10:43:43PM +0400, Kim Merder wrote: > I'm trying to build binutils-2.20.1 on my FreeBSD i386 8.0 system with > --disable-nls option and got folowing error in GNU Profiler build: > > cc -g -O2 -Wno-import -c ../../gprof/flat_bl.m > ../../gprof/flat_bl.m:2: error: expected id

FreeBSD 8.0 i386 and binutils-2.20.1

2010-04-07 Thread Kim Merder
I'm trying to build binutils-2.20.1 on my FreeBSD i386 8.0 system with --disable-nls option and got folowing error in GNU Profiler build: cc -g -O2 -Wno-import -c ../../gprof/flat_bl.m ../../gprof/flat_bl.m:2: error: expected idetifier or '(' before '%' token Can I do something with it? _