EnglishFrenchSpanish

Ad


OnWorks favicon

ligcc - Online in the Cloud

Run ligcc in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ligcc that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ligcc - Wrapper around gcc to create more portable apps

SYNOPSIS


ligcc [OPTION ...]

DESCRIPTION


This manual page documents briefly the ligcc command.

ligcc is a wrapper around gcc. It allows you to create more portable executables by doing
three things:

· Forces the linker to link against older glibc symbols. Users who are using an older
version of glibc will no longer get "undefined symbol GLIBC_2.4 in /lib/libc.so"-style
error messages.

· Allows you to easily statically link to any other library.

· Automatically removes bogus dependencies. For example, your program uses libfoo.
libfoo uses libpng internally, but your app does not. Yet the pkg-config file for
libfoo specifies "-lfoo -lpng" is linker parameters. And tadaa - you now have a bogus
dependency on libpng! LiGCC automatically removes the -lpng for you if your app
doesn't use libpng directly.

· Add $ORIGIN/../lib to the binary's library search path. $ORIGIN is the directory in
which the binary exists. This ensures that your binary can find library dependencies
which are placed in the 'lib' folder under the same prefix. You might want to install
custom libraries into /lib. If you set $APBUILD_PROJECTNAME, ligcc will also add
$ORIGIN/../lib/$APBUILD_PROJECTNAME to the library search path.

OPTIONS


See the manpage of gcc(1) for more information about possible options.

There are also several environment variables available to modify ligcc's behavior check
the documentation for more information.

Use ligcc online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    DivFix++
    DivFix++
    DivFix++ is yours AVI video repair and
    preview software. It designed for repair
    and preview files which are on download
    from ed2k(emule), torrent, gnutella, ftp...
    Download DivFix++
  • 2
    JBoss Community
    JBoss Community
    Community driven projects featuring the
    latest innovations for cutting edge
    apps. Our flagship project JBoss AS is
    the leading Open Source,
    standards-compliant...
    Download JBoss Community
  • 3
    Django Filer
    Django Filer
    django Filer is a file management
    application for django that makes
    handling files and images a breeze.
    django-filer is a file management
    application for djang...
    Download Django Filer
  • 4
    xCAT
    xCAT
    Extreme Cluster Administration Toolkit.
    xCAT is a scalable cluster management
    and provisioning tool that provides
    hardware control, discovery, and OS
    diskful/di...
    Download xCAT
  • 5
    Psi
    Psi
    Psi is cross-platform powerful XMPP
    client designed for experienced users.
    There are builds available for MS
    Windows, GNU/Linux and macOS.. Audience:
    End Users...
    Download Psi
  • 6
    Blobby Volley 2
    Blobby Volley 2
    Official continuation of the famous
    Blobby Volley 1.x arcade game..
    Audience: End Users/Desktop. User
    interface: OpenGL, SDL. Programming
    Language: C++, Lua. C...
    Download Blobby Volley 2
  • More »

Linux commands

Ad