This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Almost successfull compiling GCJ, however..


pwd;
/home/User/gcc-4.6.2/
./contrib/download_prerequisites;
cd ..;
mkdir objdir;
cd objdir;
./../gcc-4.6.2/configure;
make;

------------------------------------------------------------------------------------------------------------
fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in this function)
fib2_ui.c:76:29: note: each undeclared identifier is reported only once for each function it appears in
make[5] *** [fib2_ui.lo] Error 1
make[5] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp/mpn'
make[4] ***all-recursive] Error 1
make[4] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp'
make[3] *** [all] Error 2
make[3] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp'
make[2] *** [all-stage1-gmp] Error 2
make[2] Leaving directory '/home/User/gcc-4.6.2/objdir'
make[1] *** [stage1-bubble] Error 2
make[1] Leaving directory '/home/User/gcc-4.6.2/objdir'
make: *** [all] Error 2
------------------------------------------------------------------------------------------------------------



----------------------------------------
> Date: Wed, 7 Mar 2012 18:49:14 +0000
> Subject: Re: Almost successfull compiling GCJ, however..
> From: jwakely.gcc@gmail.com
> To: stargate7thsymbol@live.co.uk
> CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org
>
> Please state the exact configure command you're using now, since you
> apparently keep changing it and are using --with-gmp etc. even though
> you're building them in-tree.
>
> If you keep repeating the same unhelpful parts of your emails and
> omitting the useful information then don't be surprised if you don't
> get useful responses.
 		 	   		  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]