bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: gnubatch


From: Rayson Ho
Subject: Re: Fwd: gnubatch
Date: Mon, 5 Sep 2011 08:26:11 -0700 (PDT)

Marcos,

Moving the discussion to the gnubatch mailing list, as it has not a lot to do 
with GNU make now.

According to the error message, bison invoked m4, which complained about the 
--gnu flag.

Run m4 (or for you system, /usr/local/bin/m4) with the --version flag. On my 
system, m4 1.4.13 does support the --gnu flag.

$ m4 --version
m4 (GNU M4) 1.4.13

You may want to upgrade your m4 to a newer version if it is really old.

Rayson

=================================
Grid Engine / Open Grid Scheduler
http://gridscheduler.sourceforge.net


--- On Mon, 9/5/11, Marcos Hocpfner <address@hidden> wrote:
I send more informations
                   Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC
     Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
                            Assembled 11 August 2010

i install package's

flex-2.5.35-sol10-sparc-local
ncurses-5.7-sol10-sparc-local
gtk+-2.12.0-sol10-sparc-local
bison-2.5-sol10-sparc-local

thank you
Marcos



---------- Forwarded message ----------
From: Marcos Hocpfner <address@hidden>
Date: 2011/9/5
Subject: Re: gnubatch

To: Rayson Ho <address@hidden>


sorry I am used
 Modelo de hilos: posix
gcc version 3.4.6

and i have the same problem, I prove

 ./configure BATCHUSER=root CCFLAGS='-O -g -Wall' 
LDFLAGS=-L/usr/ccs/bin/sparcv9/ld
for remove the flag and same problem. i pruve on the Make vi util/Makefile 


CCFLAGS         =       -O -g -Wall #-fno-stack-protector

an send diferen problem, this

make[1]: se ingresa al directorio `/usr/local/gnubatch-1.2/util'
bison -y -d msgparse.y 
/usr/local/bin/m4: unrecognized option `--gnu'


Try `/usr/local/bin/m4 --help' for more information.
make[1]: *** [msgparse.c] Broken Pipe
make[1]: se sale del directorio `/usr/local/gnubatch-1.2/util'
make: *** [utild] Error 2

Gracias por tu respuesta


Markoz

2011/9/5 Rayson Ho <address@hidden>


gcc-2.3.6 is a very old compiler release and does not support 
-fno-stack-protector (nor -fstack-protector) -- you should just remove the flag.



Rayson



=================================

Grid Engine / Open Grid Scheduler

http://gridscheduler.sourceforge.net







--- On Mon, 9/5/11, Marcos Hocpfner <address@hidden> wrote:

I have problem with complile gnubath, I am use gcc-2.3.6 libgcc-2.3.6, the make 
unknow -fno-stack-protector



./configure BATCHUSER=root CCFLAGS='-O -g -Wall' 
LDFLAGS='-L/usr/ccs/bin/sparcv9/ld'





i do not make compiler,



Saludos



Marcos





-----Inline Attachment Follows-----



_______________________________________________

Bug-make mailing list

address@hidden

https://lists.gnu.org/mailman/listinfo/bug-make











reply via email to

[Prev in Thread] Current Thread [Next in Thread]