| View previous topic :: View next topic |
| Author |
Message |
Drakx Voice
Joined: 03 Jun 2005 Posts: 5
|
Posted: Fri Jun 03, 2005 9:22 am Post subject: Mac OS X compile |
|
|
Hi Guys
I did a quick serch to see if this had been seen before but did not find any thing.
When i go to configure i get the following errors
Drakxs-Computer:~/Desktop/eggdrop1.6.17 Drakx$ ./configure
This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Drakxs-Computer:~/Desktop/eggdrop1.6.17 Drakx$
no ive installed x-code dev tools which i think should have install a gcc too, but im not sure why im getting that error.
Thanks for the help |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Fri Jun 03, 2005 11:29 am Post subject: |
|
|
| that means you have C compiler and eggdrop's configure script has found it, but for some reason it failed to produce an executable for a small test program (included in the script) - possibly due to exec/write permission issues - as it says, check config.log for more details |
|
| Back to top |
|
 |
Drakx Voice
Joined: 03 Jun 2005 Posts: 5
|
Posted: Fri Jun 03, 2005 1:41 pm Post subject: |
|
|
Ok i fixed that problem =)
how ever no when i try make eggdrop i get the following error:
make[2]: *** [../dns.o] Error 1
make[1]: *** [dns.mod_so] Error 2
make: *** [modules] Error 2
any ideas how to get round it? |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Sat Jun 04, 2005 12:36 am Post subject: |
|
|
| you didn't provide the whole error log, but I'd speculate that your make(1) utility is outdated/not GNU `make'; you need to install gmake, the GNU `make' |
|
| Back to top |
|
 |
jaggy00 Voice
Joined: 13 Jul 2005 Posts: 2
|
Posted: Wed Jul 13, 2005 4:07 am Post subject: |
|
|
| Quote: | | Ok i fixed that problem =) |
I get the same error. Drakx, how did you managed to fix the problem?
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** [builds/unix/unix-def.mk] Error 77
Suppose tha't totally dumb question, but where is config.log stored by the way? |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Jul 13, 2005 4:17 am Post subject: |
|
|
take a wild guess
the eggdrop root directory is a good place to start... |
|
| Back to top |
|
 |
jaggy00 Voice
Joined: 13 Jul 2005 Posts: 2
|
Posted: Wed Jul 13, 2005 4:23 am Post subject: |
|
|
| Say man, I'm here accedentally - I don't even know what is that eggdrop stuff. If you do know the answer, please tell me how, or I'm almost lost in searching the clue. |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Jul 13, 2005 4:46 am Post subject: |
|
|
do you know what a root directory (of some software package) is?
anyway; config.log is in the same directory where you type ./configure |
|
| Back to top |
|
 |
Wcc Master
Joined: 28 Oct 2001 Posts: 278 Location: USA
|
Posted: Sun Aug 14, 2005 11:28 pm Post subject: |
|
|
I might have a fix. Could you send me an e-mail at wcc@techmonekeys.org, as I don't check the forum often?
Thanks,
Will |
|
| Back to top |
|
 |
Wcc Master
Joined: 28 Oct 2001 Posts: 278 Location: USA
|
Posted: Sun Aug 21, 2005 8:09 pm Post subject: |
|
|
| Latest CVS (see README for cvs instructions) should compile dns.mod file on Mac OS X. |
|
| Back to top |
|
 |
|