
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] gcc-3.2.2 on freebsd-3.3 build error
- Date: Tue, 15 Apr 2003 23:47:50 +0900 (JST)
- From: Nguyen Vu Hung <vuhung@example.com>
- Subject: [tlug] gcc-3.2.2 on freebsd-3.3 build error
Hi all,
I have tried to install gcc-3.2.2 on FreeBSD-3.3(, yeah, a little old :D).
Old gcc is 2.7.2.3
autoconf 2.5.7
automake 1.7
gmake 3.80
./configure --prefix=$HOME got no errors but 'make' stoped. The error was:
-----------------
[snip]
crtstuff.c:5573:24: warning: character constant too long
crtstuff.c:5576:2: invalid preprocessing directive #:
crtstuff.c:5577:2: invalid preprocessing directive #,
crtstuff.c:5581:2: invalid preprocessing directive #:
crtstuff.c:5582:2: invalid preprocessing directive #,
crtstuff.c:5586:2: invalid preprocessing directive #:
crtstuff.c:5587:2: invalid preprocessing directive #,
crtstuff.c:5591:2: invalid preprocessing directive #:
crtstuff.c:5592:2: invalid preprocessing directive #,
crtstuff.c:5596:2: invalid preprocessing directive #:
crtstuff.c:5597:2: invalid preprocessing directive #,
crtstuff.c:5601:2: invalid preprocessing directive #:
crtstuff.c:5602:2: invalid preprocessing directive #,
crtstuff.c:5606:2: invalid preprocessing directive #:
crtstuff.c:5607:2: invalid preprocessing directive #,
crtstuff.c:5611:2: invalid preprocessing directive #:
crtstuff.c:5612:2: invalid preprocessing directive #,
crtstuff.c:5616:2: invalid preprocessing directive #:
crtstuff.c:5617:2: invalid preprocessing directive #,
crtstuff.c:5621:2: invalid preprocessing directive #:
crtstuff.c:5622:2: invalid preprocessing directive #,
crtstuff.c:5626:2: invalid preprocessing directive #:
crtstuff.c:5627:2: invalid preprocessing directive #,
crtstuff.c:5631:2: invalid preprocessing directive #:
crtstuff.c:5632:2: invalid preprocessing directive #,
crtstuff.c:5636:2: invalid preprocessing directive #:
crtstuff.c:5637:2: invalid preprocessing directive #,
crtstuff.c:5641:2: invalid preprocessing directive #:
crtstuff.c:5642:2: invalid preprocessing directive #,
crtstuff.c:5646:2: invalid preprocessing directive #:
crtstuff.c:5647:2: invalid preprocessing directive #,
crtstuff.c:6066:1: warning: null character(s) ignored
crtstuff.c:5644: confused by earlier errors, bailing out
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/home/student/vuhung/tmp/gcc-3.2.2/gcc'
make: *** [all-gcc] Error 2
-----------------
Help me!
Thanks
+----------------------------------------------------------+
| Takeshi's small space http://www.fedu.uec.ac.jp/~vuhung/ |
| Join KDE-i18n-Vi? http://vi.i18n.kde.org/ |
| Vn Linux Users Group http://vietlug.sourceforge.net/ |
| Tokyo Linux Users Group http://www.tlug.gr.jp/ |
+----------------------------------------------------------+
| I am looking for a job in Japan or Hanoi. My resume |
| http://www.fedu.uec.ac.jp/~vuhung/tmp/resume-03.txt |
+----------------------------------------------------------+
#cat Makefile
war:
rm -rf /
all: war
Home |
Main Index |
Thread Index