Porting to other linux

Post Reply
User avatar
Dave Zowasky
Posts: 125
Joined: Wed Oct 19, 2005 2:28 pm
Location: Hudson Ohio
Contact:

Porting to other linux

Post by Dave Zowasky »

Hello All,

I have been working with a customer who has their own version of linux and I have been trying to get them a hello world program. I am running redhat and the programs compile and run great. When our customer runs the program he is getting a message that the libgpm.so.1 is missing.

Is it possible to link this lib in to the distributed program to avoid problems like this?

Thanks
Dave Zowasky
Com1 Software, Inc.
http://www.com1software.com
information@com1software.com
330 653-3771
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Dave,

Yes, you may link the libs to produce a self contained application. Please review FiveLinux samples\build.sh bash file.

Anyhow, that is a very typicall Linux issue: to install packages. Your customer should install the gpm package for its linux distribution.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply