aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compile aMule CVS on FreeBSD 5.4  (Read 2509 times)

HayArms

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Compile aMule CVS on FreeBSD 5.4
« 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
« Last Edit: August 26, 2005, 09:17:53 PM by HayArms »
Logged

HayArms

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: Compile aMule CVS on FreeBSD 5.4
« Reply #1 on: August 27, 2005, 03:09:21 PM »

No one can answer me if I missed something??

Thanks

Marcello
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Compile aMule CVS on FreeBSD 5.4
« Reply #2 on: August 27, 2005, 05:06:36 PM »

it works for you? if so, what's the worry?

Regards.
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
RE: Compile aMule CVS on FreeBSD 5.4
« Reply #3 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)...
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Compile aMule CVS on FreeBSD 5.4
« Reply #4 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!
Logged

HayArms

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: Compile aMule CVS on FreeBSD 5.4
« Reply #5 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
Logged