[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fwd: how to configure gcc





---------- Forwarded message ----------
From: abdelkader belahcene <abelahcene@gmail.com>
Date: Wed, Sep 29, 2010 at 23:16
Subject: how to configure gcc
To: debian-user@lists.debian.org


hi,
by default  I have to add option  -lm  to the command gcc  -lm  file.c
when I use  math functions.  Where can I configure gcc to add it to the
default gcc,  after what I don't need  the option -lm ,  just gcc file.c
thanks for help



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 1285782380.1853.26.camel@belaHome.bela.home" target="_blank">http://lists.debian.org/[🔎] 1285782380.1853.26.camel@belaHome.bela.home


In fact all -l<library name> is getting passed to the linker ld.
The best way to avoid that is to write a makefile to use that.

Reply to: