public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Is any configuration missed on 2.95.2 for Solaris 7 Sparc?
@ 2000-03-21 16:23 Jorge Enrique Jimenez
  2000-03-22 14:42 ` Alexandre Oliva
  2000-04-01  0:00 ` Jorge Enrique Jimenez
  0 siblings, 2 replies; 4+ messages in thread
From: Jorge Enrique Jimenez @ 2000-03-21 16:23 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1932 bytes --]

Title: Is any configuration missed on 2.95.2 for Solaris 7 Sparc?






Hi. I have a big prblem.
I've just installed the gcc 2.95.2 for solaris 7on a sparc machine. The installation was made  with the binary source, and the installation process was ok. The last line of this process was something like "GCC was succesfully installed on you machine".

Then I tried to compile some programs, and some of them works (MySQL, Perl), but the others presents some problems on the compilation process.

When I' m compiling PHP or PostgresSQL, the messagge of the GMAKE proccess is:


*******************************************************************************
gcc -g -O2 -O2   -I. -I.                        -c main.c -o main.o
main.c: In function `php3_printf':
main.c:302: `__builtin_va_alist' undeclared (first use in this function)
main.c:302: (Each undeclared identifier is reported only once
main.c:302: for each function it appears in.)
main.c: In function `php3_error':
main.c:375: `__builtin_va_alist' undeclared (first use in this function)
gmake: *** [main.o] Error 1
#
*******************************************************************************


I've been looking about this error, and first I though that maybe PHP or Postgres probably had a bug. But then, I tryed to compile PHP in another machine (Red Hat Linux) and it compiled perfectly.

The line where the error is reported (302 and 375) calls a function named va_start, that is defined in the varargs.h file according to the "man va_start" on solaris. This file exists an the  ".configure" process catch it.

I dont know what can probably be the problem and I hope taht anyone else can help me.


Thank You


JORGE ENRIQUE JIMENEZ SOTO
Administrador del Sistema IP
Diveo de Colombia Ltda.
632.29.99 - 523.99.12 Ext.1451
Celular: 033.3625926


visit us: http://www.diveo.net.co




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is any configuration missed on 2.95.2 for Solaris 7 Sparc?
  2000-03-21 16:23 Is any configuration missed on 2.95.2 for Solaris 7 Sparc? Jorge Enrique Jimenez
@ 2000-03-22 14:42 ` Alexandre Oliva
  2000-04-01  0:00   ` Alexandre Oliva
  2000-04-01  0:00 ` Jorge Enrique Jimenez
  1 sibling, 1 reply; 4+ messages in thread
From: Alexandre Oliva @ 2000-03-22 14:42 UTC (permalink / raw)
  To: Jorge Enrique Jimenez; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

On Mar 21, 2000, Jorge  Enrique Jimenez <jjimenez@diveo.net.co> wrote:

> I've just installed the gcc 2.95.2 for solaris 7on a sparc machine. The
> installation was made  with the binary source

What does `binary source' mean?  You either installed a binary
pre-compiled version or installed from the sources.  Which one was
that?

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is any configuration missed on 2.95.2 for Solaris 7 Sparc?
  2000-03-22 14:42 ` Alexandre Oliva
@ 2000-04-01  0:00   ` Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Jorge Enrique Jimenez; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

On Mar 21, 2000, Jorge  Enrique Jimenez <jjimenez@diveo.net.co> wrote:

> I've just installed the gcc 2.95.2 for solaris 7on a sparc machine. The
> installation was made  with the binary source

What does `binary source' mean?  You either installed a binary
pre-compiled version or installed from the sources.  Which one was
that?

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Is any configuration missed on 2.95.2 for Solaris 7 Sparc?
  2000-03-21 16:23 Is any configuration missed on 2.95.2 for Solaris 7 Sparc? Jorge Enrique Jimenez
  2000-03-22 14:42 ` Alexandre Oliva
@ 2000-04-01  0:00 ` Jorge Enrique Jimenez
  1 sibling, 0 replies; 4+ messages in thread
From: Jorge Enrique Jimenez @ 2000-04-01  0:00 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1932 bytes --]

Title: Is any configuration missed on 2.95.2 for Solaris 7 Sparc?






Hi. I have a big prblem.
I've just installed the gcc 2.95.2 for solaris 7on a sparc machine. The installation was made  with the binary source, and the installation process was ok. The last line of this process was something like "GCC was succesfully installed on you machine".

Then I tried to compile some programs, and some of them works (MySQL, Perl), but the others presents some problems on the compilation process.

When I' m compiling PHP or PostgresSQL, the messagge of the GMAKE proccess is:


*******************************************************************************
gcc -g -O2 -O2   -I. -I.                        -c main.c -o main.o
main.c: In function `php3_printf':
main.c:302: `__builtin_va_alist' undeclared (first use in this function)
main.c:302: (Each undeclared identifier is reported only once
main.c:302: for each function it appears in.)
main.c: In function `php3_error':
main.c:375: `__builtin_va_alist' undeclared (first use in this function)
gmake: *** [main.o] Error 1
#
*******************************************************************************


I've been looking about this error, and first I though that maybe PHP or Postgres probably had a bug. But then, I tryed to compile PHP in another machine (Red Hat Linux) and it compiled perfectly.

The line where the error is reported (302 and 375) calls a function named va_start, that is defined in the varargs.h file according to the "man va_start" on solaris. This file exists an the  ".configure" process catch it.

I dont know what can probably be the problem and I hope taht anyone else can help me.


Thank You


JORGE ENRIQUE JIMENEZ SOTO
Administrador del Sistema IP
Diveo de Colombia Ltda.
632.29.99 - 523.99.12 Ext.1451
Celular: 033.3625926


visit us: http://www.diveo.net.co




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-21 16:23 Is any configuration missed on 2.95.2 for Solaris 7 Sparc? Jorge Enrique Jimenez
2000-03-22 14:42 ` Alexandre Oliva
2000-04-01  0:00   ` Alexandre Oliva
2000-04-01  0:00 ` Jorge Enrique Jimenez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).