This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

FreeBSD 10?

General support and discussion of Eggdrop bots.
Post Reply
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

FreeBSD 10?

Post by cache »

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: Select all

cc: error: linker command failed with exit code 1 (use -v to see invocation) 
 *** Error code 1 
t
thommey
Halfop
Posts: 76
Joined: Tue Apr 01, 2008 2:59 pm

Post by thommey »

the solution is to configure with:
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
User avatar
Get_A_Fix
Master
Posts: 206
Joined: Sat May 07, 2005 6:11 pm
Location: New Zealand

Post by Get_A_Fix »

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 :P 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.
Post Reply