hi Martin,
Thanks for answering : )
the config.log file is quite large and I don't really know what to make of it. Is this the relevant part?:
configure:2067: g++ --version </dev/null >&5
g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
Copyright (C) 2002 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.
configure:2070: $? = 0
configure:2072: g++ -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
configure:2075: $? = 0
configure:2077: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:2080: $? = 1
configure:2104: checking for C++ compiler default output
configure:2107: g++ -I/sw/include -L/sw/lib conftest.cc >&5
ld: can't locate file for: -lcrt1.o
configure:2110: $? = 1
configure: failed program was:
| #line 2083 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "aspell"
| #define VERSION "0.50.4.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2149: error: C++ compiler cannot create executables
See `config.log' for more details.
best, ivan
On Apr 25, 2005, at 3:34 AM, Martin Costabel wrote:
ivan l�pez wrote: []checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
Usually the config.log file (in your /sw/src/package-x-y/package-x/ directory) contains more details about this error thus allowing better debugging.
-- Martin
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
