[Scilab-Dev] Scilab under MacOSX, und so weiter

Sylvestre Ledru sylvestre.ledru at inria.fr
Wed Mar 19 15:35:37 CET 2008


> BTW I have recompiled everything after configuring with --enable-debug but
> all the problems remain.
Well, --enable-debug is not exactly doing that. Using (or not) the
option --enable-debug, you will have the flag "-g" added to gcc/g
++/gfortran, symbols must be removed with "make install-strip" or the
command "strip". It is the "standard" behaviour under Linux.


--enable-debug adds many warning flags
For example, with gcc, we have:
-Wformat -Wshadow -Wfloat-equal -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wmissing-noreturn -Wendif-labels -Wpointer-arith -Wbad-function-cast
-Wcast-qual -Wwrite-strings -Winline -Wredundant-decls -Wall

Sylvestre




More information about the dev mailing list