1. Translate

Hi
I have recently switched to Linux and decided to give Euphoria another try, used
it a lot some years ago.
The E to C translator gives me some trouble, see the clip:

[tobbe at (none) random]$ ./emake
compiling with GNU C
main_.c
random.c
get.c
init_.c
linking
/usr/bin/ld: cannot find -lgpm
collect2: ld returned 1 exit status
you can now execute: ./random
[tobbe@(none) random]$ 

According to previous messages the problem could be missing GPM libs, problem
is, I do have the libs and
GPM is installed. Any suggestions?
Sorry for english, not my native language.

John

new topic     » topic index » view message » categorize

2. Re: Translate

John Rebert wrote:
> Hi
> I have recently switched to Linux and decided to give Euphoria another tr=
y, used it a lot some years ago.
> The E to C translator gives me some trouble, see the clip:
>
> [tobbe at (none) random]$ ./emake
> compiling with GNU C
> main_.c
> random.c
> get.c
> init_.c
> linking
> /usr/bin/ld: cannot find -lgpm
> collect2: ld returned 1 exit status
> you can now execute: ./random
> [tobbe@(none) random]$
>
> According to previous messages the problem could be missing GPM libs, pro=
blem is, I do have the libs and
> GPM is installed. Any suggestions?
> Sorry for english, not my native language.
>
> John
>

You also need to have the dev libs for gpm installed.

Regards, Alexander Toresson

new topic     » goto parent     » topic index » view message » categorize

3. Re: Translate

Alexander Toresson wrote:
> 
> John Rebert wrote:
> > Hi
> > I have recently switched to Linux and decided to give Euphoria another tr=
> y, used it a lot some years ago.
> > The E to C translator gives me some trouble, see the clip:
> >
> > [tobbe at (none) random]$ ./emake
> > compiling with GNU C
> > main_.c
> > random.c
> > get.c
> > init_.c
> > linking
> > /usr/bin/ld: cannot find -lgpm
> > collect2: ld returned 1 exit status
> > you can now execute: ./random
> > [tobbe@(none) random]$
> >
> > According to previous messages the problem could be missing GPM libs, pro=
> blem is, I do have the libs and
> > GPM is installed. Any suggestions?
> > Sorry for english, not my native language.
> >
> > John
> >
> 
> You also need to have the dev libs for gpm installed.
> 
> Regards, Alexander Toresson
> 
> 

I think I have the dev libs, anyhow I installed the devel-GPM package from
Mandriva but with no luck. I guess I have to recheck my installations again.
 
John

new topic     » goto parent     » topic index » view message » categorize

4. Re: Translate

John Rebert wrote:
> 
> Alexander Toresson wrote:
> > 
> > John Rebert wrote:
> > > Hi
> > > I have recently switched to Linux and decided to give Euphoria another tr=
> > y, used it a lot some years ago.
> > > The E to C translator gives me some trouble, see the clip:
> > >
> > > [tobbe at (none) random]$ ./emake
> > > compiling with GNU C
> > > main_.c
> > > random.c
> > > get.c
> > > init_.c
> > > linking
> > > /usr/bin/ld: cannot find -lgpm
> > > collect2: ld returned 1 exit status
> > > you can now execute: ./random
> > > [tobbe@(none) random]$
> > >
> > > According to previous messages the problem could be missing GPM libs, pro=
> > blem is, I do have the libs and
> > > GPM is installed. Any suggestions?
> > > Sorry for english, not my native language.
> > >
> > > John
> > >
> > 
> > You also need to have the dev libs for gpm installed.
> > 
> > Regards, Alexander Toresson
> > 
> > 
> I think I have the dev libs, anyhow I installed the devel-GPM package from
> Mandriva
> but with no luck. I guess I have to recheck my installations again.
>  
> John
> 

I have recently try Euphoria on Linux

To compile I had to create a link on my /usr/lib

ln -s /usr/lib/libgpm.so.1   /usr/lib/libgpm.so
(beeing root of course)

hope this help

Yvan

new topic     » goto parent     » topic index » view message » categorize

5. Re: Translate

yvan Godin wrote:
> 
> John Rebert wrote:
> > 
> > Alexander Toresson wrote:
> > > 
> > > John Rebert wrote:
> > > > Hi
> > > > I have recently switched to Linux and decided to give Euphoria another
> > > > tr=
> > > y, used it a lot some years ago.
> > > > The E to C translator gives me some trouble, see the clip:
> > > >
> > > > [tobbe at (none) random]$ ./emake
> > > > compiling with GNU C
> > > > main_.c
> > > > random.c
> > > > get.c
> > > > init_.c
> > > > linking
> > > > /usr/bin/ld: cannot find -lgpm
> > > > collect2: ld returned 1 exit status
> > > > you can now execute: ./random
> > > > [tobbe@(none) random]$
> > > >
> > > > According to previous messages the problem could be missing GPM libs,
> > > > pro=
> > > blem is, I do have the libs and
> > > > GPM is installed. Any suggestions?
> > > > Sorry for english, not my native language.
> > > >
> > > > John
> > > >
> > > 
> > > You also need to have the dev libs for gpm installed.
> > > 
> > > Regards, Alexander Toresson
> > > 
> > > 
> > I think I have the dev libs, anyhow I installed the devel-GPM package from
> > Mandriva
> > but with no luck. I guess I have to recheck my installations again.
> >  
> > John
> > 
> 
> I have recently try Euphoria on Linux
> 
> To compile I had to create a link on my /usr/lib
> 
> ln -s /usr/lib/libgpm.so.1   /usr/lib/libgpm.so
> (beeing root of course)
> 
> hope this help
> 
> Yvan
> 

Yes that solved it, thank you very much Yvan
John

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu