Re: option of g++

2008-09-09 Thread Rodrigo Medina
Thank you very much Barry and Al RM -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: option of g++

2008-09-09 Thread Barry Kelly
Rodrigo Medina wrote: > Hi, > Can anybody tell me what the g++ option > -DU_STATIC_IMPLEMENTATION DOES? -D instructs the preprocessor (cpp, which is automatically invoked by g++) to define a symbol; the appended text is the symbol that gets defined. The meaning of the symbol depends on the sourc

option of g++

2008-09-09 Thread Rodrigo Medina
Hi, Can anybody tell me what the g++ option -DU_STATIC_IMPLEMENTATION DOES? thanks RM -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin