Staredit Network

Staredit Network -> Computers and Technical -> mpq-tools/libmpq help
Report, edit, etc...Posted by IanMM on 2007-01-07 at 00:54:57
I need help compiling it on a darwine comp.
I get this error: error: C compiler cannot create executables
See `config.log' for more details.
Report, edit, etc...Posted by Pyro-Fire on 2007-01-07 at 02:24:41
QUOTE(IanMM @ Jan 7 2007, 12:54 AM)
I need help compiling it on a darwine comp.
I get this error:  error: C compiler cannot create executables
See `config.log' for more details.
[right][snapback]610884[/snapback][/right]


a little more information would be very useful if we are to give you information that can actually help.

perhaps post the contents of config.log, and your compiler.
Report, edit, etc...Posted by IanMM on 2007-01-07 at 18:04:51
Sorrry it was late and I had a few minutes before I had to shut my comp down.
config.log is just variables. .
This is what it tryed to make:
I bolded what might help:
QUOTE
configure:2382: $? = 0
configure:2384: 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 1495)
configure:2387: $? = 0
configure:2389: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2392: $? = 1
configure:2415: checking for C compiler default output file name
configure:2418: gcc    conftest.c  >&5
ld: /usr/lib/libSystem.dylib load command 9 unknown cmd field

configure:2421: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "mpq-tools"
| #define PACKAGE_TARNAME "mpq-tools"
| #define PACKAGE_VERSION "0.3.0"
| #define PACKAGE_STRING "mpq-tools 0.3.0"
| #define PACKAGE_BUGREPORT "mbroemme@plusserver.de"
| #define PACKAGE "mpq-tools"
| #define VERSION "0.3.0"
| #define OS "powerpc-apple-darwin7.9.0"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }




ADDITION:
I found out the problem is I need a new libSystem.dylib
Next Page (1)