On Apr 25, 2007, at 2:34 PM, Vince Teachout wrote:

> Ed, here's a sample of my ignorance.  I thought Linux just ran any  
> file
> (assuming it was valid) by changing the permissions to be executable?

        It's a little more involved than that. There are many shared  
libraries that vary from version to version, and there's no way to  
build a completely static exe. If you build with code that assumes a  
certain version of a library, and it is run on a machine with a  
different version, you will get errors. That's why most Linux  
programs have you compile them as part of the configure/make/make  
install dance.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to