Hi,
I've just tried compiling on my G4 Powerbook and all was fine.
I notice that my system uses gcc 3.3 by default and yours uses gcc 2.95:
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
Here's my output:
configure:2158: checking for gcc
configure:2174: found /usr/bin/gcc
configure:2184: result: gcc
configure:2428: checking for C compiler version
configure:2431: gcc --version </dev/null >&5
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
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:2434: $? = 0
configure:2436: gcc -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 1666)
Is gcc 3.3 installed on your system?
If so, you could try compiling with gcc 3.3 and see if this fixes
things (ln -s /usr/bin/gcc-3.3 /usr/bin/gcc should do the trick)
If not, it's on the Xcode Tools CD.
regards,
Leander
On 3 Feb 2005, at 22:23, Brent Baisley wrote:
Ditto here. Not sure if you are getting stuck at configure or make. I
got past configure by telling it to run under bash instead:
sudo bash ./configure --with-mysql
But I'm stuck at make all. I've only tried it once, so I haven't had a
chance to troubleshoot it yet.
On Jan 29, 2005, at 4:32 AM, Wendell Turner wrote:
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
_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail
--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search & Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577
_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail