| View previous topic :: View next topic |
| Author |
Message |
dj-zath Op
Joined: 15 Nov 2008 Posts: 134
|
Posted: Sun May 04, 2014 7:31 am Post subject: [SOLVED] eggdrop and FBSD 10! :( |
|
|
hi all!
I've been using eggdrop for years and years..and rarely have I had an issue like I have now..
I recently switched to a new server running FreeBSD v10.0 and the ole eggy just WILL NOT COMPILE on the beast!
at first, I had issues with it not recognizing TCL 8.6.. and I spent the better part of the day scratching my head on that one.. I ended up removing it all and putting TCL 8.5 on there and DING.. it worked.. got further along..
now I'm getting a "open_listen" failure in tcldcc.o and then an "error 1" crash and stop in the compile..
I'm now beyond frustrated.. and found that lots of people are having this very issue.. so, what do I do? abondon FreeBSD 10?
thanks in advance for ANY help in this issue!
-DjZ-
Last edited by dj-zath on Wed May 07, 2014 2:11 am; edited 1 time in total |
|
| Back to top |
|
 |
dj-zath Op
Joined: 15 Nov 2008 Posts: 134
|
Posted: Wed May 07, 2014 2:11 am Post subject: |
|
|
UPDATE:
okay!
I have found a solution... I abandoned FBSD v10..
I went back to FBSD 9.2 and the eggy was compiled, installed and running within 10 MINUTES..
problem SOLVED!
-DjZ-
 |
|
| Back to top |
|
 |
cache Master
Joined: 10 Jan 2006 Posts: 306 Location: Mass
|
Posted: Sat May 10, 2014 12:46 am Post subject: |
|
|
| Thanks, I put eggdrop on FreeBSD 10 on my new server and had same problem..... downloading 9.2 now. Btw which version of eggdrop you on? and is it ports/lang/tcl84 or 85 you use? |
|
| Back to top |
|
 |
thommey Halfop
Joined: 01 Apr 2008 Posts: 73
|
Posted: Mon May 19, 2014 8:08 pm Post subject: |
|
|
Posted this to another thread already, just to make sure it's read I'll answer here as well. no need to downgrade your operating system version!
the solution is to configure with:
| Quote: | | CFLAGS="-std=gnu89" ./configure |
the underlying issue is the incompatibility in the inline keyword as explained here between clang's and gcc's default compilation |
|
| Back to top |
|
 |
|