When oct-cxx --version returns

i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

The configure fails with

...
configure:2126: checking whether the C++ compiler works
configure:2148: g++ -std=c++0x -std=c++0x  conftest.cpp  >&5
cc1plus: error: unrecognized command line option "-std=c++0x"
cc1plus: error: unrecognized command line option "-std=c++0x"
configure:2152: $? = 1
configure:2190: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2195: error: in `/private/var/tmp/oct-wIIjnK/image/src':
configure:2197: error: C++ compiler cannot create executables
See `config.log' for more details
...

If I use

c++ (GCC) 4.8.0 20121129 (experimental) [trunk revision 193933]
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

then running configure in the same directory as above "works", i.e.,
no "C++ compiler cannot create executables" in 
/var/tmp/oct-wIIjnK/image/src/config.log
however I get it when I run fink update.

AFAICT the package is configured in a temporary directory. Is there a way
to keep it after the error?

TIA

Dominique

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to