EnglishFrenchSpanish

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
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 2
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 3
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 4
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • 5
    Task Coach
    Task Coach
    Task Coach - Your friendly task
    manager. Task Coach is a free open
    source todo manager. It grew out of
    frustration about other programs not
    handling composite ...
    Download Task Coach
  • 6
    HyperSQL Database Engine (HSQLDB)
    HyperSQL Database Engine (HSQLDB)
    HSQLDB is a relational database engine
    written in Java, with a JDBC driver,
    conforming to ANSI SQL:2016. A small,
    fast, multithreaded engine and server
    with mem...
    Download HyperSQL Database Engine (HSQLDB)
  • More »

Linux commands

Ad