aMule Forum

English => aMule Help => Topic started by: HayArms on August 26, 2005, 09:16:29 PM

Title: Compile aMule CVS on FreeBSD 5.4
Post by: HayArms on August 26, 2005, 09:16:29 PM
Hi all , I get these messages when trying compiling aMule CVS on FreeBSD 5.4 :

Code: [Select]
[...]

checking for bfd headers... no
configure: WARNING: bfd.h not found, please install binutils development package if you are a developer or want to help testing aMule
[...]
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h:     check for missing prerequisite headers?
configure: WARNING: sys/mount.h: see the Autoconf documentation
configure: WARNING: sys/mount.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------ ##
configure: WARNING:     ## Report this to [EMAIL]admin@amule.org[/EMAIL] ##
configure: WARNING:     ## ------------------------------ ##
[...]

It's normal?
I'm compiling it and seems to compile well ...for now.
Thanks

Bye
Marcello
Title: Re: Compile aMule CVS on FreeBSD 5.4
Post by: HayArms on August 27, 2005, 03:09:21 PM
No one can answer me if I missed something??

Thanks

Marcello
Title: Re: Compile aMule CVS on FreeBSD 5.4
Post by: skolnick on August 27, 2005, 05:06:36 PM
it works for you? if so, what's the worry?

Regards.
Title: RE: Compile aMule CVS on FreeBSD 5.4
Post by: thedude0001 on August 27, 2005, 06:13:56 PM
Quote
Originally posted by HayArms
configure: WARNING: bfd.h not found, please install binutils development package if you are a developer or want to help testing aMule

Well, I think configure is making itself quite clear here, you are missing the binutils development package (in most linux distros called binutils-dev or binutils-devel, no idea about *BSD)...
Title: Re: Compile aMule CVS on FreeBSD 5.4
Post by: phoenix on August 27, 2005, 06:44:54 PM
HayArms,

Unfortunately, it seems that there are not as much BSD users in this forum as Linux users, so BSD related questions may take some more time to get anwered.

I am also no BSD man, but I think thedude0001 said it all. You miss some packages. Especially binutils devel. Find out what is the BSD equivalent and install it.

Configure should run without warning messages. Any display like the one you showed is not supposed to be normal.

Cheers!
Title: Re: Compile aMule CVS on FreeBSD 5.4
Post by: HayArms on August 28, 2005, 03:12:56 AM
There's no such package in FreeBSD :(

I found the "bfd.h" header in the CVS sources of the system, but I don't know neither how to install it in a proper directory neither if I should install it in some way.

sys/mount.h is present , but the configure program says that is not usable.

Do you have any ideas?

Thanks

Marcello