Hi, I have created a new C project "from existing sources". With invokation of Pre-Build I see the following problem: cd '/home/ich/Projects/ffmpeg/dev' ./configure CC=/usr/bin/gcc CXX=/usr/bin/g++ CFLAGS=-g3 -gdwarf-2 CXXFLAGS=-g3 -gdwarf-2 Unknown option "CC=/usr/bin/gcc". See ./configure --help for available options.
PRE-BUILD FAILED (exit value 1, total time: 186ms) Now I'm wondering, where this command line comes from. Is it set from NetBeans by default? Does it have any importance to keep it? Actually it should be this (by all means, this is what works): ./configure Under "Set Configuration", when I hit "Reset to default", anything becomes removed, not even yet "./configure" remains, weird! Thanks in advance for answers and comments. -Ulf --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists