Matt,

        To answer your question: you can create a define at several different
steps in the programming/compilation process. 

* In the source code with a #define directive
* At configure time through Autoconf, Automake, etc...
* At compile time with the -D option to gcc (or in the CFLAGS variable
that make uses)

        To solve your problem: you probably don't even have to worry about all
of that. Just make sure you are running make from the asterisk top level
directory (e.g. /usr/src/asterisk) *not* the apps subdir.

-Seth

On Mon, 2004-07-05 at 11:10, Matt wrote:
> Seth,
> 
> Forgive my ignorance (I'm kind of new to Linux)  When you say #define
> _GNU_SOURCE where should I put that?
> 

-- 
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to