EnglishFrenchSpanish

OnWorks favicon

neon-config - Online in the Cloud

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

This is the command neon-config 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


neon-config - script providing information about installed copy of neon library

SYNOPSIS


neon-config [--prefix] [[--cflags] | [--libs] | [--la-file] | [--support feature] |
[--help] | [--version]]

DESCRIPTION


The neon-config script provides information about an installed copy of the neon library.
The --cflags and --libs options instruct how to compile and link an application against
the library; the --version and --support options can help determine whether the library
meets the applications requirements.

OPTIONS


--cflags
Print the flags which should be passed to the C compiler when compiling object files,
when the object files use neon header files.

--libs
Print the flags which should be passed to the linker when linking an application which
uses the neon library

--la-file
Print the location of the libtool library script, libneon.la, which can be used to
link against neon by applications using libtool.

--version
Print the version of the library

--prefix dir
If dir is given; relocate output of --cflags and --libs as if neon was installed in
given prefix directory. Otherwise, print the installation prefix of the library.

--support feature
The script exits with success if feature is supported by the library.

--help
Print help message; includes list of known features and whether they are supported or
not.

EXAMPLE


Below is a Makefile fragment which could be used to build an application against an
installed neon library, when the neon-config script can be found in $PATH.

CFLAGS = `neon-config --cflags`
LIBS = `neon-config --libs`
OBJECTS = myapp.o
TARGET = myapp

$(TARGET): $(OBJECTS)
$(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS)

myapp.o: myapp.c
$(CC) $(CFLAGS) -c myapp.c -o myapp.o

Use neon-config online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Osu!
    Osu!
    Osu! is a simple rhythm game with a well
    thought out learning curve for players
    of all skill levels. One of the great
    aspects of Osu! is that it is
    community-dr...
    Download Osu!
  • 2
    LIBPNG: PNG reference library
    LIBPNG: PNG reference library
    Reference library for supporting the
    Portable Network Graphics (PNG) format.
    Audience: Developers. Programming
    Language: C. This is an application that
    can also...
    Download LIBPNG: PNG reference library
  • 3
    Metal detector based on  RP2040
    Metal detector based on RP2040
    Based on Raspberry Pi Pico board, this
    metal detector is included in pulse
    induction metal detectors category, with
    well known advantages and disadvantages.
    RP...
    Download Metal detector based on RP2040
  • 4
    PAC Manager
    PAC Manager
    PAC is a Perl/GTK replacement for
    SecureCRT/Putty/etc (linux
    ssh/telnet/... gui)... It provides a GUI
    to configure connections: users,
    passwords, EXPECT regula...
    Download PAC Manager
  • 5
    GeoServer
    GeoServer
    GeoServer is an open-source software
    server written in Java that allows users
    to share and edit geospatial data.
    Designed for interoperability, it
    publishes da...
    Download GeoServer
  • 6
    Firefly III
    Firefly III
    A free and open-source personal finance
    manager. Firefly III features a
    double-entry bookkeeping system. You can
    quickly enter and organize your
    transactions i...
    Download Firefly III
  • More »

Linux commands

Ad