help

hitesh mehta <[email protected]> Mon, 15 Mar 2004 03:57:29 -0800 (PST)
Newsgroups gmane.comp.compilers.suif.bugs
Message-ID <[email protected]>
--===============0515286299==
Content-Type: multipart/alternative; boundary="0-1474184643-1079351849=:75338"

--0-1474184643-1079351849=:75338
Content-Type: text/plain; charset=us-ascii

 
I am trying to install basesuif on linux PC. On my PC I have redhat linux 8 with kernel version 2.4.18. I have gmake with version 3.79.1. While installing base linux I done the following steps:

1     Get basesuif version 1.3.0.5 from Stanford University

2     Define the following environment variables. 

3     MACHINE =i386-rehat-linux 

4     SUIFHOME (This is the the top-level directory of the SUIF hierarchy.) 

5     COMPILER_NAME =gcc

 

 

1      Modify the machine description file in the SUIF package ($SUIFHOME/src/basesuif/snoot/config.h). i.e I add the following line to this file

 

                       TARGET  (i386-redhat-linux, i386_redhat_linux)

 

   IS_BIG_ENDIAN  (FALSE)

 

ADDRESSABLE_SIZE  ( 8)

  CHAR_IS_SIGNED  (TRUE)

 

       TYPE_SIZE  (char,  8)

     TYPE_ALIGN  (char,  8)

  TYPE_SIZE  (short, 16)

      TYPE_ALIGN  (short, 16)

 

       TYPE_SIZE  (int, 32)

      TYPE_ALIGN  (int, 32)

 

       TYPE_SIZE  (long, 32)

      TYPE_ALIGN  (long, 32)

 

       TYPE_SIZE  (longlong, 64)

      TYPE_ALIGN  (longlong, 32)

 

       TYPE_SIZE  (float, 32)

      TYPE_ALIGN  (float, 32)

 

       TYPE_SIZE  (double, 64)

      TYPE_ALIGN  (double, 32)

              TYPE_SIZE  (longdouble, 96)

      TYPE_ALIGN  (longdouble, 32)

 

       TYPE_SIZE  (ptr, 32)

      TYPE_ALIGN  (ptr, 32)

 

                ARRAY_ALIGN  ( 8)

 

                   STRUCT_ALIGN  ( 8)

 

               PTR_DIFF_TYPE  (C_int)

 

         BUILTIN  ("__builtin_va_alist")

 

         BUILTIN  ("__builtin_va_arg_incr")

               

4. Install basesuif 1.1.2. 

1     Add $SUIFHOME/$MACHINE/solib to your LD_LIBRARY_PATH, if using shared libraries. 

2     Add $SUIFHOME/$MACHINE/bin to your path. 

3     Change to the $SUIFHOME directory. 

4     Run "gmake setup". gmake is the GNU make. 

5     Run "gmake install". 

 

But after running gmake install command , I get following message :

               

 

basesuif/scripts ... OK

basesuif/ververver ... OK

basesuif/file_stall ... OK

basesuif/suif_copyright ... OK

basesuif/machine_dependent ... OK

basesuif/suif1 ... FAILED -- see basesuif/suif1/install.log

basesuif/suif1_wrapper ... OK

basesuif/useful ... FAILED -- see basesuif/useful/install.log

basesuif/check ... FAILED -- see basesuif/check/install.log

basesuif/F77 ... OK

basesuif/I77 ... OK

basesuif/config ... OK

basesuif/annotate_all ... FAILED -- see basesuif/annotate_all/install.log

basesuif/argh ... FAILED -- see basesuif/argh/install.log

basesuif/bore ... FAILED -- see basesuif/bore/install.log

basesuif/butchur ... FAILED -- see basesuif/butchur/install.log

basesuif/c_lib_info ... FAILED -- see basesuif/c_lib_info/install.log

basesuif/cbsplit ... FAILED -- see basesuif/cbsplit/install.log

basesuif/cform ... FAILED -- see basesuif/cform/install.log

basesuif/checksuif ... FAILED -- see basesuif/checksuif/install.log

basesuif/entry_types ... FAILED -- see basesuif/entry_types/install.log

basesuif/fortrun ... OK

basesuif/fixfortran ... FAILED -- see basesuif/fixfortran/install.log

basesuif/fred_inline ... FAILED -- see basesuif/fred_inline/install.log

basesuif/getlinkinfo ... FAILED -- see basesuif/getlinkinfo/install.log

basesuif/ip1const ... FAILED -- see basesuif/ip1const/install.log

basesuif/ip1arraysizes ... FAILED -- see basesuif/ip1arraysizes/install.log

basesuif/kill_annotes ... FAILED -- see basesuif/kill_annotes/install.log

basesuif/leavesfirst ... FAILED -- see basesuif/leavesfirst/install.log

basesuif/linksuif ... FAILED -- see basesuif/linksuif/install.log

basesuif/localize ... FAILED -- see basesuif/localize/install.log

basesuif/mark_direct_calls ... FAILED -- see basesuif/mark_direct_calls/install.log

basesuif/mergesuif ... FAILED -- see basesuif/mergesuif/install.log

basesuif/private_prop ... FAILED -- see basesuif/private_prop/install.log

basesuif/recinfo ... FAILED -- see basesuif/recinfo/install.log

basesuif/rescope ... FAILED -- see basesuif/rescope/install.log

basesuif/s2c ... FAILED -- see basesuif/s2c/install.log

basesuif/scc ... FAILED -- see basesuif/scc/install.log

basesuif/sf2c ... OK

basesuif/snoot ... FAILED -- see basesuif/snoot/install.log

basesuif/special_decalpha ... FAILED -- see basesuif/special_decalpha/install.log

basesuif/special_sgi64 ... FAILED -- see basesuif/special_sgi64/install.log

basesuif/squashtypes ... FAILED -- see basesuif/squashtypes/install.log

basesuif/structure ... FAILED -- see basesuif/structure/install.log

basesuif/swighnflew ... FAILED -- see basesuif/swighnflew/install.log

basesuif/texec ... OK

basesuif/miscdocs ... OK

basesuif/printsuif ... FAILED -- see basesuif/printsuif/install.log

basesuif/checksuif ... FAILED -- see basesuif/checksuif/install.log

basesuif/porky ... FAILED -- see basesuif/porky/install.log

basesuif/suif1_visitor ... FAILED -- see basesuif/suif1_visitor/install.log

basesuif/loop_norm ... FAILED -- see basesuif/loop_norm/install.log

basesuif ... OK

               

The contained of basesuif/suif1/install.log:

               

               fileset.cc: In constructor `file_set_entry::file_set_entry(file_set*, char*,

               char*)':

               fileset.cc:312: no matching function for call to `file_symtab::file_symtab(

               const char*, file_set_entry* const)'

               symtab.h:225: candidates are: file_symtab::file_symtab(const file_symtab&)

               symtab.h:239:                 file_symtab::file_symtab(char*, file_set_entry*)

               <near match>

               gmake[7]: *** [fileset.o] Error 1

               gmake[6]: *** [fileset.o] Error 2

 

 


Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
--0-1474184643-1079351849=:75338
Content-Type: text/html; charset=us-ascii

<DIV>&nbsp;
<P class=MsoNormal>I am trying to install basesuif on linux PC. On my PC I have redhat linux 8 with kernel version 2.4.18. I have gmake with version 3.79.1. While installing base linux I done the following steps:</P>
<P class=MsoNormal style="MARGIN-LEFT: 14.15pt; TEXT-INDENT: -14.15pt; mso-list: l0 level1 lfo1"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">1<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>Get basesuif version 1.3.0.5 from Stanford University</P>
<P class=MsoNormal style="MARGIN-LEFT: 14.15pt; TEXT-INDENT: -14.15pt; mso-list: l0 level1 lfo1"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">2<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>Define the following environment variables. </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l0 level1 lfo1"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">3<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>MACHINE =i386-rehat-linux </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l0 level1 lfo1"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">4<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>SUIFHOME (This is the the top-level directory of the SUIF hierarchy.) </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l0 level1 lfo1"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">5<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>COMPILER_NAME =gcc</P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; tab-stops: 46.35pt"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="MARGIN-LEFT: 14.15pt; tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="MARGIN-LEFT: 14.15pt; TEXT-INDENT: -14.15pt; mso-list: l1 level1 lfo2; tab-stops: 46.35pt"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">1<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="mso-spacerun: yes">&nbsp;</SPAN>Modify the machine description file in the SUIF package ($SUIFHOME/src/basesuif/snoot/config.h). i.e I add the following line to this file</P>
<P class=MsoNormal style="MARGIN-LEFT: 14.15pt; tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TARGET<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(i386-redhat-linux, i386_redhat_linux)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>IS_BIG_ENDIAN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(FALSE)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt">ADDRESSABLE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>( 8)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>CHAR_IS_SIGNED<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(TRUE)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(char,<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>8)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(char,<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>8)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(short, 16)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(short, 16)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(int, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(int, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(long, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(long, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(longlong, 64)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(longlong, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(float, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(float, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(double, 64)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(double, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(longdouble, 96)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(longdouble, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_SIZE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(ptr, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TYPE_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(ptr, 32)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN style="mso-spacerun: yes">&nbsp;</SPAN>ARRAY_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>( 8)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>STRUCT_ALIGN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>( 8)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>PTR_DIFF_TYPE<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(C_int)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>BUILTIN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>("__builtin_va_alist")</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>BUILTIN<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>("__builtin_va_arg_incr")</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></P>
<P class=MsoNormal style="tab-stops: 46.35pt">4. Install basesuif 1.1.2. </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l2 level1 lfo3; tab-stops: 46.35pt"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">1<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>Add $SUIFHOME/$MACHINE/solib to your LD_LIBRARY_PATH, if using shared libraries. </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l2 level1 lfo3; tab-stops: 46.35pt"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">2<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>Add $SUIFHOME/$MACHINE/bin to your path. </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l2 level1 lfo3; tab-stops: 46.35pt"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">3<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>Change to the $SUIFHOME directory. </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l2 level1 lfo3; tab-stops: 46.35pt"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">4<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>Run "gmake setup". gmake is the GNU make. </P>
<P class=MsoNormal style="MARGIN-LEFT: 42.5pt; TEXT-INDENT: -14.15pt; mso-list: l2 level1 lfo3; tab-stops: 46.35pt"><SPAN style="mso-fareast-font-family: 'Nimbus Roman No9 L'; mso-bidi-font-family: 'Nimbus Roman No9 L'"><SPAN style="mso-list: Ignore">5<SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN>Run "gmake install". </P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt">But after running gmake install command , I get following message :</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;</SPAN><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/scripts ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/ververver ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/file_stall ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/suif_copyright ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/machine_dependent ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/suif1 ... FAILED -- see basesuif/suif1/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/suif1_wrapper ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/useful ... FAILED -- see basesuif/useful/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/check ... FAILED -- see basesuif/check/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/F77 ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/I77 ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/config ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/annotate_all ... FAILED -- see basesuif/annotate_all/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/argh ... FAILED -- see basesuif/argh/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/bore ... FAILED -- see basesuif/bore/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/butchur ... FAILED -- see basesuif/butchur/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/c_lib_info ... FAILED -- see basesuif/c_lib_info/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/cbsplit ... FAILED -- see basesuif/cbsplit/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/cform ... FAILED -- see basesuif/cform/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/checksuif ... FAILED -- see basesuif/checksuif/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/entry_types ... FAILED -- see basesuif/entry_types/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/fortrun ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/fixfortran ... FAILED -- see basesuif/fixfortran/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/fred_inline ... FAILED -- see basesuif/fred_inline/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/getlinkinfo ... FAILED -- see basesuif/getlinkinfo/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/ip1const ... FAILED -- see basesuif/ip1const/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/ip1arraysizes ... FAILED -- see basesuif/ip1arraysizes/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/kill_annotes ... FAILED -- see basesuif/kill_annotes/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/leavesfirst ... FAILED -- see basesuif/leavesfirst/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/linksuif ... FAILED -- see basesuif/linksuif/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/localize ... FAILED -- see basesuif/localize/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/mark_direct_calls ... FAILED -- see basesuif/mark_direct_calls/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/mergesuif ... FAILED -- see basesuif/mergesuif/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/private_prop ... FAILED -- see basesuif/private_prop/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/recinfo ... FAILED -- see basesuif/recinfo/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/rescope ... FAILED -- see basesuif/rescope/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/s2c ... FAILED -- see basesuif/s2c/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/scc ... FAILED -- see basesuif/scc/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/sf2c ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/snoot ... FAILED -- see basesuif/snoot/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/special_decalpha ... FAILED -- see basesuif/special_decalpha/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/special_sgi64 ... FAILED -- see basesuif/special_sgi64/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/squashtypes ... FAILED -- see basesuif/squashtypes/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/structure ... FAILED -- see basesuif/structure/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/swighnflew ... FAILED -- see basesuif/swighnflew/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/texec ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/miscdocs ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/printsuif ... FAILED -- see basesuif/printsuif/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/checksuif ... FAILED -- see basesuif/checksuif/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/porky ... FAILED -- see basesuif/porky/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/suif1_visitor ... FAILED -- see basesuif/suif1_visitor/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif/loop_norm ... FAILED -- see basesuif/loop_norm/install.log</P>
<P class=MsoNormal style="tab-stops: 46.35pt">basesuif ... OK</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></P>
<P class=MsoNormal style="tab-stops: 46.35pt">The contained of basesuif/suif1/install.log:</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>fileset.cc: In constructor `file_set_entry::file_set_entry(file_set*, char*,</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>char*)':</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>fileset.cc:312: no matching function for call to `file_symtab::file_symtab(</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>const char*, file_set_entry* const)'</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>symtab.h:225: candidates are: file_symtab::file_symtab(const file_symtab&amp;)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>symtab.h:239:<SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>file_symtab::file_symtab(char*, file_set_entry*)</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>&lt;near match&gt;</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>gmake[7]: *** [fileset.o] Error 1</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>gmake[6]: *** [fileset.o] Error 2</P>
<P class=MsoNormal style="tab-stops: 46.35pt"><o:p>&nbsp;</o:p></P>
<P class=MsoNormal><o:p>&nbsp;</o:p></P></DIV><p><font face=arial size=-1>Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/mailtag_us/*http://mail.yahoo.com" target="_blank"><b>Yahoo! Mail</a></b> - More reliable, more storage, less spam
--0-1474184643-1079351849=:75338--

--===============0515286299==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
To unsubscribe from Suif-bugs:
Send mail to [email protected] or visit
http://suif.stanford.edu/mailman/listinfo/suif-bugs
--===============0515286299==--