Hello All.
System: PowerBook G4 Ti, 1.0Gb RAM, Mac OS X 10.3.7 (latest updates), developer kit installed

This my first attempt at installing 'dbmail', and in following the instructions, I have hit upon a snag at instruction step three (3), which reads as...

[SNIP]
3.      Run configure & make
        Run the configure script. This script uses pg_config or mysql_config
        (depending on --with-mysql or --with-pgsql) to detect where the
        libraries and include files for these databases are.

        e.g. when working with PostgreSQL, this is the configure command:

        ./configure --with-pgsql

        After running configure, 'make all' will build the executables.
        
        Running 'make install' will install the executables in /usr/local/sbin

[SNIP]

I am at a loss to decipher the 'config.log' entry in order to progress from this install point. The error in the 'config.log' is a s follows...

[SNIP]
configure:1538: result:
This is dbmail's GNU configure script.
It's going to run a bunch of strange tests to hopefully
make your compile work without much twiddling.

configure:1558: checking for a BSD-compatible install
configure:1613: result: /usr/bin/install -c
configure:1624: checking whether build environment is sane
configure:1667: result: yes
configure:1682: checking whether make sets $(MAKE)
configure:1702: result: yes
configure:1734: checking for working aclocal
configure:1741: result: found
configure:1749: checking for working autoconf
configure:1756: result: found
configure:1764: checking for working automake
configure:1771: result: found
configure:1779: checking for working autoheader
configure:1786: result: found
configure:1794: checking for working makeinfo
configure:1801: result: found
configure:1810: checking whether to enable maintainer-specific portions of Makefiles
configure:1819: result: no
configure:1919: checking for mysql_config
configure:1937: found /Library/MySQL/bin/mysql_config
configure:1949: result: /Library/MySQL/bin/mysql_config
configure:1962: checking MySQL headers
configure:1965: result: -I/Library/MySQL/include/mysql
configure:1967: checking MySQL libraries
configure:1972: result: -L/Library/MySQL/lib/mysql -lmysqlclient -lz -lm -L/usr/lib -lssl -lcrypto
configure:2041: result: checking for authentication configuration
configure:2108: result: using SQL authentication
configure:2158: checking for gcc
configure:2187: result: no
configure:2238: checking for cc
configure:2254: found /usr/bin/cc
configure:2264: result: cc
configure:2428: checking for C compiler version
configure:2431: cc --version </dev/null >&5
2.95.2
configure:2434: $? = 0
configure:2436: cc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
Apple Computer, Inc. version gcc-934.3, based on gcc version 2.95.2 19991024 (release)
configure:2439: $? = 0
configure:2441: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2444: $? = 1
configure:2467: checking for C compiler default output file name
configure:2470: cc    conftest.c  >&5
/usr/bin/ld: /usr/lib/libSystem.dylib load command 9 unknown cmd field
configure:2473: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dbmail"
| #define VERSION "2.0"
| #define _GNU_SOURCE ''
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2512: error: C compiler cannot create executables
See `config.log' for more details.
[SNIP]

Any assistance would be greatly appreciated.


Wendell Turner
Turner Information Systems
Database, E-Commerce & Web-Integrated Solutions
p:= +44 (0)793 090 1349
e:= [EMAIL PROTECTED]
w:= http://www.turnerinfosys.com

Reply via email to