This is the mail archive of the gcc@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]

Building GCC On Tru64 5.1B


Hi,

I'm trying to build GCC 3.4.2 under a Alpha box running Tru64 version 5.1B but I'm
getting errors.


I used the following configuration:

./configure
--host=alphaev68-dec-osf5.1
--prefix=$HOME/bin
--enable-languages=c,c++,f77,objc,ada
--enable-version-specific-runtime-libs
--enable-shared
--enable-libgcj
--enable-nls
--enable-interpreter
--enable-threads=posix

and then runned ""make bootstrap" without success.

This are the errors and warnings that I'm getting:

------------------------------------------------------------------------------------------------------------

concat.c:81: error: parse error before "const"
concat.c:81: error: parse error before "const"
concat.c:81: error: parse error before ')' token
concat.c: In function `vconcat_copy':
concat.c:97: warning: function `__builtin_isfloat' was previously declared within a block
concat.c:97: error: parse error before "const"
concat.c:97: error: parse error before "const"
concat.c:97: error: parse error before ')' token
concat.c:100: error: `length' undeclared (first use in this function)
concat.c:100: error: (Each undeclared identifier is reported only once
concat.c:100: error: for each function it appears in.)
concat.c:102: warning: no return statement in function returning non-void
concat.c: At top level:
concat.c:103: warning: type defaults to `int' in declaration of `end'
concat.c:103: error: ISO C forbids data definition with no type or storage class
concat.c:105: error: parse error before "return"
concat.c: In function `concat_length':
concat.c:115: error: incompatible type for argument 1 of `__builtin_va_start'
concat.c:115: error: too many arguments to function `va_start'
concat.c: In function `concat_copy':
concat.c:130: error: incompatible type for argument 1 of `__builtin_va_start'
concat.c:130: error: too many arguments to function `va_start'
concat.c: In function `concat_copy2':
concat.c:147: error: incompatible type for argument 1 of `__builtin_va_start'
concat.c:147: error: too many arguments to function `va_start'
concat.c: In function `concat':
concat.c:161: error: incompatible type for argument 1 of `__builtin_va_start'
concat.c:167: error: incompatible type for argument 1 of `__builtin_va_start'
concat.c:161: error: too many arguments to function `va_start'
concat.c:167: error: too many arguments to function `va_start'
concat.c: In function `reconcat':
concat.c:198: error: incompatible type for argument 1 of `__builtin_va_start'
concat.c:205: error: incompatible type for argument 1 of `__builtin_va_start'
concat.c:198: error: too many arguments to function `va_start'
concat.c:205: error: too many arguments to function `va_start'


------------------------------------------------------------------------------------------------------------

Any help would be greatly appreciated.

Best regards,
Eduardo

_________________________________________________________________
MSN Messenger: instale grátis e converse com seus amigos. http://messenger.msn.com.br



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