This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/33018] New: Not able to get past this error
- From: "maybe_guess_who_is at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Aug 2007 21:47:58 -0000
- Subject: [Bug java/33018] New: Not able to get past this error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
linux:~/Desktop/D/gcc-4.2.1# make
[ -f stage_final ] || echo stage3 > stage_final
.....
........
..........
make[3]: Entering directory `/D/gcc-4.2.1/host-i686-pc-linux-gnu/gcc'
/root/Desktop/D/gcc-4.2.1/host-i686-pc-linux-gnu/prev-gcc/xgcc
-B/root/Desktop/D/gcc-4.2.1/host-i686-pc-linux-gnu/prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -Ijava
-I../.././gcc -I../.././gcc/java -I../.././gcc/../include
-I../.././gcc/../libcpp/include -I../.././gcc/../libdecnumber
-I../libdecnumber ../.././gcc/java/jcf-write.c -o java/jcf-write.o
../.././gcc/java/jcf-write.c: In function 'make_class_file_name':
../.././gcc/java/jcf-write.c:3494: error: too few arguments to function 'mkdir'
make[3]: *** [java/jcf-write.o] Error 1
make[3]: Leaving directory `/D/gcc-4.2.1/host-i686-pc-linux-gnu/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/D/gcc-4.2.1'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/D/gcc-4.2.1'
make: *** [all] Error 2
--
Summary: Not able to get past this error
Product: gcc
Version: 4.0.2
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: maybe_guess_who_is at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33018