------=_Part_45228_31781028.1168199094819
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi Russel,
you are right I've gcc 3.2.3. It is not a good new. :-)
Where can I find all the other messages of this mailing list?
Thanks
Marco
On 1/7/07, Russell Sheptak <rus at ADDRESS HIDDEN> wrote:
>
> Check which version of GCC you're using. I suspect it is version 3.x
> (a simple gcc --version should give you the info you need). I think
> you need gcc 4 to successfully compile it on linux.
>
> rus
>
>
>
> On Jan 7, 2007, at 6:06 AM, marco turchi wrote:
>
> > Dear Sanyaade,
> > I'm working under Linux.
> > I move srilm in my home directory, but I obtain the same errors. :-(
> >
> > Thanks
> > Marco
> >
> >
> > On 1/7/07, sanyaade <sanyaade at ADDRESS HIDDEN> wrote: What platform are
> > you on -> Windows, Linux, Unix, etc..
> >>
> >> If you are on windows then its got to be in your root directory ->
> >> c:\srilm (Cygwin installed)
> >>
> >> On linux put it in your home /home/srilm or on root -> /srilm
> >> then do: set 1.) srlim home variable inside the Makefile and 2.) make
> >> world
> >>
> >> Hope this help!
> >>
> >> God blesses!!!
> >>
> >> Best regards,
> >>
> >> Sanyaade
> >>
> >>
> >>
> >>> ----- Original Message -----
> >>> From: marco turchi
> >>> To: srilm-user at ADDRESS HIDDEN
> >>> Sent: Saturday, January 06, 2007 8:24 PM
> >>> Subject: compilation problems
> >>>
> >>>
> >>> Dear all,
> >>> I'm a new user, and I'm trying to compile and install it, but I have
> >>> some problems.
> >>> I set the srlim home variable inside the Makefile, and I run make
> >>> World, but I obtain this set of errors:
> >>>
> >>> /enm/local/bin/gcc -mtune=i686 -Wreturn-type -Wimplicit
> >>> -D_FILE_OFFSET_BITS=64 -I. -I/usr/local/Moses/srilm//include -c
> >>> -g -O3 -o ../obj/i686/option.o option.c
> >>> cc1: invalid option `tune=i686'
> >>> make[2]: *** [../obj/i686/option.o] Error 1
> >>> I have the same error for other files: qsort.c matherr.c
> >>> FDiscount.cc Lattice.cc ngram.cc fngram-count.cc lattice-tool.cc
> >>>
> >>> I try to change the mtune variable without good result, so I remove
> >>> this flag. Using this brute solution, I'm able to compile quite all
> >>> the files, but I have other errors
> >>>
> >>>
> >>> /enm/local/bin/g++ -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES
> >>> -D_FILE_OFFSET_BITS=64 -I. -I/usr/local/Moses/srilm//include -c
> >>> -g -O3 -o ../obj/i686/DFNgram.o DFNgram.cc
> >>> Trellis.h:203: sorry, not implemented: use of `enumeral_type' in
> >>> template type
> >>> unification
> >>>
> >>> make[2]: *** [../obj/i686/DFNgram.o] Error 1
> >>> make[2]: Leaving directory `/usr/local/Moses/srilm/lm/src'
> >>> make[2]: Entering directory `/usr/local/Moses/srilm/flm/src'
> >>>
> >>> make[2]: *** No rule to make target
> >>> `/usr/local/Moses/srilm//lib/i686/liboolm.a', needed by
> >>> `../bin/i686/lattice-tool'. Stop.
> >>>
> >>> can you help me??
> >>> Please, can you tell me where I can find all the other messages of
> >>> the mailing list?
> >>> Thanks a lot
> >>> Marco Turchi
>
>
------=_Part_45228_31781028.1168199094819
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<div>Hi Russel,</div>
<div>you are right I've gcc 3.2.3. It is not a good new. :-)</div>
<div>Where can I find all the other messages of this mailing list?</div>
<div> </div>
<div>Thanks </div>
<div>Marco<br><br> </div>
<div><span class="gmail_quote">On 1/7/07, <b class="gmail_sendername">Russell Sheptak</b> <<a href="mailto:rus at ADDRESS HIDDEN">rus at ADDRESS HIDDEN</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Check which version of GCC you're using. I suspect it is version 3.x<br>(a simple gcc --version should give you the info you need). I think
<br>you need gcc 4 to successfully compile it on linux.<br><br>rus<br><br><br><br>On Jan 7, 2007, at 6:06 AM, marco turchi wrote:<br><br>> Dear Sanyaade,<br>> I'm working under Linux.<br>> I move srilm in my home directory, but I obtain the same errors. :-(
<br>> <br>> Thanks<br>> Marco<br>><br>> <br>> On 1/7/07, sanyaade <<a href="mailto:sanyaade at ADDRESS HIDDEN">sanyaade at ADDRESS HIDDEN</a>> wrote: What platform are<br>> you on -> Windows, Linux, Unix, etc..
<br>>> <br>>> If you are on windows then its got to be in your root directory -><br>>> c:\srilm (Cygwin installed)<br>>> <br>>> On linux put it in your home /home/srilm or on root -> /srilm
<br>>> then do: set 1.) srlim home variable inside the Makefile and 2.) make<br>>> world<br>>> <br>>> Hope this help!<br>>> <br>>> God blesses!!!<br>>> <br>>> Best regards,<br>
>><br>>> Sanyaade<br>>><br>>> <br>>> <br>>>> ----- Original Message -----<br>>>> From: marco turchi<br>>>> To: <a href="mailto:srilm-user at ADDRESS HIDDEN">srilm-user at ADDRESS HIDDEN
</a><br>>>> Sent: Saturday, January 06, 2007 8:24 PM<br>>>> Subject: compilation problems<br>>>><br>>>> <br>>>> Dear all,<br>>>> I'm a new user, and I'm trying to compile and install it, but I have
<br>>>> some problems.<br>>>> I set the srlim home variable inside the Makefile, and I run make<br>>>> World, but I obtain this set of errors:<br>>>><br>>>> /enm/local/bin/gcc -mtune=i686 -Wreturn-type -Wimplicit
<br>>>> -D_FILE_OFFSET_BITS=64 -I. -I/usr/local/Moses/srilm//include -c<br>>>> -g -O3 -o ../obj/i686/option.o option.c<br>>>> cc1: invalid option `tune=i686'<br>>>> make[2]: *** [../obj/i686/option.o] Error 1
<br>>>> I have the same error for other files: qsort.c matherr.c<br>>>> FDiscount.cc Lattice.cc ngram.cc fngram-count.cc lattice-tool.cc<br>>>><br>>>> I try to change the mtune variable without good result, so I remove
<br>>>> this flag. Using this brute solution, I'm able to compile quite all<br>>>> the files, but I have other errors<br>>>><br>>>><br>>>> /enm/local/bin/g++ -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES
<br>>>> -D_FILE_OFFSET_BITS=64 -I. -I/usr/local/Moses/srilm//include -c<br>>>> -g -O3 -o ../obj/i686/DFNgram.o DFNgram.cc<br>>>> Trellis.h:203: sorry, not implemented: use of `enumeral_type' in
<br>>>> template type<br>>>> unification<br>>>><br>>>> make[2]: *** [../obj/i686/DFNgram.o] Error 1<br>>>> make[2]: Leaving directory `/usr/local/Moses/srilm/lm/src'<br>>>> make[2]: Entering directory `/usr/local/Moses/srilm/flm/src'
<br>>>><br>>>> make[2]: *** No rule to make target<br>>>> `/usr/local/Moses/srilm//lib/i686/liboolm.a', needed by<br>>>> `../bin/i686/lattice-tool'. Stop.<br>>>><br>>>> can you help me??
<br>>>> Please, can you tell me where I can find all the other messages of<br>>>> the mailing list?<br>>>> Thanks a lot<br>>>> Marco Turchi<br><br></blockquote></div><br>
------=_Part_45228_31781028.1168199094819--
Click here to go to the SRILM home page.