<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1619" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=956124913-13052009><FONT face=Arial 
size=2>Bonjour,</FONT></SPAN></DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Arial size=2>J'essaie de compiler 
scilab 5.1.1 sous Redhat 4 avec gcc 4.3.3. J'utilise la configuration suivante 
:</FONT></SPAN></DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Courier 
size=2>CFLAGS="-I/Produits/publics/x86_64.Linux.2.6.9/scilab/5.1.1/include 
\<BR>-I/Produits/publics/x86_64.Linux.2.6.9/fftw/3.2/include" 
\<BR>LDFLAGS="-L/Produits/publics/x86_64.Linux.2.6.9/scilab/5.1.1/lib 
\<BR>-L/Produits/publics/x86_64.Linux.2.6.9/fftw/3.2/lib" \<BR>./configure 
--prefix=/Produits/publics/x86_64.Linux.2.6.9/scilab/5.1.1 \<BR>--without-ocaml 
--without-pvm --without-umfpack 
\<BR>--with-tcl-include=/Produits/publics/x86_64.Linux.2.6.9/tcltk/8.5/include 
\<BR>--with-tcl-library=/Produits/publics/x86_64.Linux.2.6.9/tcltk/8.5/lib 
\<BR>--with-tk-include=/Produits/publics/x86_64.Linux.2.6.9/tcltk/8.5/include 
\<BR>--with-tk-library=/Produits/publics/x86_64.Linux.2.6.9/tcltk/8.5/lib 
\<BR>--with-matio-include=/Produits/publics/x86_64.Linux.2.6.9/scilab/5.1.1/include 
\<BR>--with-matio-library=/Produits/publics/x86_64.Linux.2.6.9/scilab/5.1.1/lib 
\<BR>--with-pcre=/Produits/publics/x86_64.Linux.2.6.9/scilab/5.1.1</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Arial size=2>et j'obtiens le 
résultat suivant :</FONT></SPAN></DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Arial size=2><FONT 
face=Courier> g77 -g -O2 -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ 
-c src/fortran/clunit.f  -fPIC -o .libs/clunit.o<BR>stack.h: Dans la 
sous-routine 
`clunit':<BR>stack.h:41:<BR>         
integer, pointer :: 
stack_reserved_for_c__<BR>                  
^<BR>Invalid type-declaration attribute at (^) -- must be one of: 
DIMENSION(array-spec), EXTERNAL, INTRINSIC, PARAMETER, or 
SAVE<BR>stack.h:42:<BR>         double 
precision, pointer, dimension(:) :: 
stk<BR>                           
^<BR>Invalid type-declaration attribute at (^) -- must be one of: 
DIMENSION(array-spec), EXTERNAL, INTRINSIC, PARAMETER, or 
SAVE<BR>stack.h:42:<BR>         double 
precision, pointer, dimension(:) :: 
stk<BR>                                              
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:42:<BR>         
double precision, pointer, dimension(:) :: 
stk<BR>                                               
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:42:<BR>         
double precision, pointer, dimension(:) :: 
stk<BR>         ^<BR>option FORTRAN 90 à 
(^) non 
supportée<BR>stack.h:43:<BR>         
integer, pointer, dimension(:) :: 
istk<BR>                  
^<BR>Invalid type-declaration attribute at (^) -- must be one of: 
DIMENSION(array-spec), EXTERNAL, INTRINSIC, PARAMETER, or 
SAVE<BR>stack.h:43:<BR>         integer, 
pointer, dimension(:) :: 
istk<BR>                                     
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:43:<BR>         
integer, pointer, dimension(:) :: 
istk<BR>                                      
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:43:<BR>         
integer, pointer, dimension(:) :: 
istk<BR>         ^<BR>option FORTRAN 90 
à (^) non 
supportée<BR>stack.h:44:<BR>         
real, pointer, dimension(:) :: 
sstk<BR>               
^<BR>Invalid type-declaration attribute at (^) -- must be one of: 
DIMENSION(array-spec), EXTERNAL, INTRINSIC, PARAMETER, or 
SAVE<BR>stack.h:44:<BR>         real, 
pointer, dimension(:) :: 
sstk<BR>                                  
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:44:<BR>         
real, pointer, dimension(:) :: 
sstk<BR>                                   
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:44:<BR>         
real, pointer, dimension(:) :: 
sstk<BR>         ^<BR>option FORTRAN 90 
à (^) non 
supportée<BR>stack.h:45:<BR>         
character, pointer :: 
cstk*(4*vsiz)<BR>                    
^<BR>Invalid type-declaration attribute at (^) -- must be one of: 
DIMENSION(array-spec), EXTERNAL, INTRINSIC, PARAMETER, or 
SAVE<BR>stack.h:46:<BR>         
complex*16, pointer, dimension(:) :: 
zstk<BR>                     
^<BR>Invalid type-declaration attribute at (^) -- must be one of: 
DIMENSION(array-spec), EXTERNAL, INTRINSIC, PARAMETER, or 
SAVE<BR>stack.h:46:<BR>         
complex*16, pointer, dimension(:) :: 
zstk<BR>                                        
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:46:<BR>         
complex*16, pointer, dimension(:) :: 
zstk<BR>                                         
^<BR>expression à (^) a un type de données ou un rang incorrect pour son 
contexte<BR>stack.h:46:<BR>         
complex*16, pointer, dimension(:) :: 
zstk<BR>         ^<BR>option FORTRAN 90 
à (^) non supportée<BR>stack.h:47: avertissement 
:<BR>         common /stack/ 
stack_reserved_for_c__, 
stk,<BR>                 
^<BR>Initial padding for common block `stack' is 4 bytes at (^) -- consider 
reordering members, largest-type-size first</FONT><BR></FONT></SPAN></DIV>
<DIV><SPAN class=956124913-13052009><FONT face=Arial 
size=2></FONT></SPAN> </DIV><!-- Converted from text/rtf format -->
<P><SPAN lang=fr><FONT face=Arial size=2>Cordialement,</FONT></SPAN> <BR><SPAN 
lang=fr><FONT face=Arial size=2>Raphaël Langella</FONT></SPAN> <BR><SPAN 
lang=fr><I><FONT face="Comic Sans MS" size=2>3IRT/AP/APP - POL</FONT></I></SPAN> 
<BR><SPAN lang=fr><I><FONT face="Comic Sans MS" size=2>Groupement 
Stéria/Thales</FONT></I></SPAN> <BR><SPAN lang=fr><FONT face="Comic Sans MS" 
size=2>05 61 2<B>8 30 68</B></FONT></SPAN> </P>
<DIV> </DIV></BODY></HTML>