Hi Alexander,
Thanks so much for the attention to this. The file is not that
large so I just pasted below everything from the path statement
downward, hoping that this will contain the relevant information.
g
PATH: /sw/var/lib/fink/path-prefix-10.6:/sw/bin:/sw/sbin:/bin:/usr/
bin:/sbin:/usr/sbin:/usr/X11R6/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1500: checking for C++ compiler version
configure:1503: g++ --version </dev/null >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
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.
configure:1506: $? = 0
configure:1508: g++ -v </dev/null >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable-
checking --enable-werror --prefix=/usr --mandir=/share/man --enable-
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/
$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-
include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --
host=x86_64-apple-darwin10 --target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5646)
configure:1511: $? = 0
configure:1513: g++ -V </dev/null >&5
g++-4.2: argument to `-V' is missing
configure:1516: $? = 1
configure:1542: checking for C++ compiler default output
configure:1545: g++ -Os -I/sw/include conftest.cc >&5
configure:1548: $? = 0
configure:1581: result: a.out
configure:1586: checking whether the C++ compiler works
configure:1592: ./a.out
configure:1595: $? = 0
configure:1610: result: yes
configure:1617: checking whether we are cross compiling
configure:1619: result: no
configure:1622: checking for suffix of executables
configure:1624: g++ -o conftest -Os -I/sw/include conftest.cc >&5
configure:1627: $? = 0
configure:1649: result:
configure:1655: checking for suffix of object files
configure:1679: g++ -c -Os -I/sw/include conftest.cc >&5
configure:1682: $? = 0
configure:1701: result: o
configure:1705: checking whether we are using the GNU C++ compiler
configure:1732: g++ -c -Os -I/sw/include conftest.cc >&5
configure:1735: $? = 0
configure:1738: test -s conftest.o
configure:1741: $? = 0
configure:1753: result: yes
configure:1759: checking whether g++ accepts -g
configure:1783: g++ -c -g -I/sw/include conftest.cc >&5
configure:1786: $? = 0
configure:1789: test -s conftest.o
configure:1792: $? = 0
configure:1802: result: yes
configure:1848: g++ -c -Os -I/sw/include conftest.cc >&5
configure:1851: $? = 0
configure:1854: test -s conftest.o
configure:1857: $? = 0
configure:1885: g++ -c -Os -I/sw/include conftest.cc >&5
configure: In function 'int main()':
configure:1877: error: 'exit' was not declared in this scope
configure:1888: $? = 1
configure: failed program was:
#line 1866 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (42);
;
return 0;
}
configure:1848: g++ -c -Os -I/sw/include conftest.cc >&5
configure:1851: $? = 0
configure:1854: test -s conftest.o
configure:1857: $? = 0
configure:1885: g++ -c -Os -I/sw/include conftest.cc >&5
configure:1888: $? = 0
configure:1891: test -s conftest.o
configure:1894: $? = 0
configure:2019: checking build system type
configure:2037: result: i686-apple-darwin10.0.0
configure:2045: checking host system type
configure:2059: result: i686-apple-darwin10.0.0
configure:2113: checking for gcc
configure:2142: result: no
configure:2193: checking for cc
configure:2222: result: no
configure:2235: checking for cc
configure:2283: result: no
configure:2336: checking for cl
configure:2365: result: no
configure:2378: error: no acceptable C compiler found in $PATH
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-apple-darwin10.0.0
ac_cv_build_alias=i686-apple-darwin10.0.0
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-Os
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/sw/include
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-Os
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_F77_set=''
ac_cv_env_F77_value=''
ac_cv_env_FFLAGS_set=''
ac_cv_env_FFLAGS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_host=i686-apple-darwin10.0.0
ac_cv_host_alias=i686-apple-darwin10.0.0
ac_cv_objext=o
ac_cv_prog_cxx_g=yes
lt_cv_sys_max_cmd_len=65536
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#ifdef __cplusplus
#include <stdlib.h>
#endif
configure: exit 1
On Sep 5, 2009, at 12:44 PM, Alexander Hansen wrote:
> Glenn Millhauser wrote:
>> Hi All,
>> I know it's just solitaire, but this is a really nice
>> implementation. I had kpatience working great on 10.5 but cannot get
>> it to install on 10.6. Error message below. I have an updated Fink
>> and have run selfupdate and update-all. I also have the Xcode and
>> x11
>> installed that came with 10.6.
>> Many thanks for any advice.
>> g
>>
>>
>> configure: error: no acceptable C compiler found in $PATH
>> ### execution of /var/tmp/tmp.1.rAYxce failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-libcapsinetwork-0.3.0-1023
>> (Reading database ... 36918 files and directories currently
>> installed.)
>> Removing fink-buildlock-libcapsinetwork-0.3.0-1023 ...
>> Failed: phase compiling: libcapsinetwork-0.3.0-1023 failed
>>
>>
>> Glenn Millhauser
>> Department of Chemistry & Biochemistry
>> UC Santa Cruz
>> Santa Cruz, CA 95064
>>
>> 831 459 2176 voice
>> 831 459 2935 fax
>> 831 566 3337 cell
>> 831 824 4645 google voice (rings to cell and office)
>>
>> [email protected]
>> http://chemistry.ucsc.edu/~glennm
>>
>>
>>
>>
>>
> I've retitled your post, because your problem is with
> libcapsinetwork--we've no clue yet whether kpatience will work for you
> or not.
>
> Can you check whether there is a config.log file within the
> libcapsinetwork build directory (e.g.
> /sw/src/fink.build/libcapsinetwork-0.3.0-1023/libcapsinetwork-0.3.0/
> config.log)?
> If so, then look in that file and see where it returns the message
> about
> the lack of an acceptable C compiler, so that we can see why it's
> being
> tagged as unacceptable.
Glenn Millhauser
Department of Chemistry & Biochemistry
UC Santa Cruz
Santa Cruz, CA 95064
831 459 2176 voice
831 459 2935 fax
831 566 3337 cell
831 824 4645 google voice (rings to cell and office)
[email protected]
http://chemistry.ucsc.edu/~glennm
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners