| View previous topic :: View next topic |
| Author |
Message |
cache Master
Joined: 10 Jan 2006 Posts: 306 Location: Mass
|
Posted: Fri May 09, 2014 10:56 pm Post subject: FreeBSD 10? |
|
|
Does anyone know if eggdrop is compatible with FreeBSD 10?
I type ./configure it is successful
I type make config it is successful
Then I type make and get this error:
| Code: | cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
|
|
|
| Back to top |
|
 |
thommey Halfop
Joined: 01 Apr 2008 Posts: 73
|
Posted: Mon May 19, 2014 8:06 pm Post subject: |
|
|
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 |
|
 |
Get_A_Fix Master

Joined: 07 May 2005 Posts: 206 Location: New Zealand
|
Posted: Tue May 20, 2014 7:37 pm Post subject: |
|
|
| thommey wrote: |
the underlying issue is the incompatibility in the inline keyword as explained here between clang's and gcc's default compilation |
or the fact that it's fbsd muahahaha _________________ We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals. |
|
| Back to top |
|
 |
|