EnglishFrenchSpanish

OnWorks favicon

mm-config - Online in the Cloud

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

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


mm-config - OSSP mm library configuration/build utility

VERSION


OSSP mm 1.4.1 (10-Aug-2006)

SYNOPSIS


mm-config [--help] [--version] [--cflags] [--ldflags] [--libs]

DESCRIPTION


The mm-config program is a little helper utility for easy configuring and building
applications based on the mm(3) library. It can be used to query the C compiler and
linker flags which are required to correctly compile and link the application against the
mm(3) library.

OPTIONS


mm-config accepts the following options:

--help
Prints the short usage information.

--version
Prints the version number and date of the installed mm(3) library.

--cflags
Prints the C compiler flags which are needed to compile the mm(3)-based application.
The output is usually added to the "CFLAGS" variable of the applications "Makefile".

--ldflags
Prints the linker flags ("-L") which are needed to link the application with the mm(3)
library. The output is usually added to the "LDFLAGS" variable of the applications
"Makefile".

--libs
Prints the library flags ("-l") which are needed to link the application with the
mm(3) library. The output is usually added to the "LIBS" variable of the applications
"Makefile".

EXAMPLE


CC=cc
CFLAGS=-O `mm-config --cflags`
LDFLAGS=`mm-config --ldflags`
LIBS=-lm `mm-config --libs`

all: foo
foo: foo.o
$(CC) $(LDFLAGS) -o foo foo.o $(LIBS)
foo.o: foo.c
$(CC) $(CFLAGS) -c foo.c

Use mm-config online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 2
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 3
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 4
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • 5
    SWIG
    SWIG
    SWIG is a software development tool
    that connects programs written in C and
    C++ with a variety of high-level
    programming languages. SWIG is used with
    different...
    Download SWIG
  • 6
    WooCommerce Nextjs React Theme
    WooCommerce Nextjs React Theme
    React WooCommerce theme, built with
    Next JS, Webpack, Babel, Node, and
    Express, using GraphQL and Apollo
    Client. WooCommerce Store in React(
    contains: Products...
    Download WooCommerce Nextjs React Theme
  • More »

Linux commands

  • 1
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 2
    abinit
    abinit
    abinit - Ab initio atomic-scale
    simulation software ...
    Run abinit
  • 3
    cpan-outdatedp
    cpan-outdatedp
    cpan-outdated - detect outdated CPAN
    modules in your environment ...
    Run cpan-outdatedp
  • 4
    cpan-uploadp
    cpan-uploadp
    cpan-upload - upload a distribution to
    the CPAN VERSION: version 0.103012
    USAGE: usage: cpan-upload [options]
    file-to-upload-1 [ file-to-upload-2.. ]
    -v --verb...
    Run cpan-uploadp
  • 5
    g32pbm
    g32pbm
    g32pbm - convert a Group 3 fax file
    into a portable bitmap ...
    Run g32pbm
  • 6
    gabedit
    gabedit
    gabedit - graphical user interface
    (GUI) to computational chemistry
    packages ...
    Run gabedit
  • More »

Ad