Announcement

Collapse
No announcement yet.

How can i create .so files

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can i create .so files

    Hi
    How can I create .so files - what program or console commands do i need.

    i don't want to create linux from scratch - just want to change the logo.

    8)

    #2
    Re: How can i create .so files

    .so files are > File-extension SO:
    Executable and Linkable Format File

    The Executable and Linking Format (ELF, formerly called Extensible Linking Format) is a common standard file format for executables, object code, shared libraries, and core dumps. First published in the System V Application Binary Interface specification, and later in the Tool Interface Standard, it was quickly accepted among different vendors of Unix systems. In 1999 it was chosen as the standard binary file format for Unix and Unix-like systems on x86 by the 86open project.

    They are executables, so you need the source code and a compiler.

    "build-essential"
    This package contains an informational list of packages which are
    considered essential for building Debian packages. This package also
    depends on the packages on that list, to make it easy to have the
    build-essential packages installed.

    If you have this package installed, you only need to install whatever
    a package specifies as its build-time dependencies to build the
    package.

    Here is an example: How to build usplash-artwork.so
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: How can i create .so files

      thanx - I was getting ahead of myself. All the literature does not apply to Kubuntu 8.4

      Comment

      Working...
      X