aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: make fails (OpenBSD 3.4)  (Read 2162 times)

Criff

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
make fails (OpenBSD 3.4)
« on: May 04, 2004, 12:24:52 PM »

Hi guys!

I have a big prob with aMule right now! I tried to compile the stable version, RC2 and RC3. Compiling recommanded packages like wx... was no prob at all. Even no error by doing ./configure! The only thing in configuring is that my System is unknown (OpenBSD 3.4):

------------------------------------------------------------------------------------------------
#checking build system type... i386-unknown-openbsd3.4
#checking host system type... i386-unknown-openbsd3.4  
------------------------------------------------------------------------------------------------

I think this doesn´t effect anything!

The problem starts by doing "make".
Some error occures by making all in src.
The explicit lines are:
   
-----------------------------------------------------------------------------------------------
#make  all-recursive                                            
#Making all in .                                                
#Making all in m4                                              
#Making all in intl                                            
#Making all in po                                              
#Making all in src                                              
#Memory fault                                                  
#*** Error code 1                                              
                                                               
#Stop in /usr/local/sbin/aMule-2.0.0rc3 (line 362 of Makefile).
#*** Error code 1                                              
                                                               
#Stop in /usr/local/sbin/aMule-2.0.0rc3 (line 261 of Makefile).
------------------------------------------------------------------------------------------------

fucking Makefile seems to be in a loop and filling all my memory even if i use over 700MB memory in my BSD BOX!!!

I looked in the Makefile to find out more, but i cant interpret the lines exactly what they are going to to!


# if test "$$dot_seen" = "no"; then \                  
#  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
# fi; test -z "$$fail"    #----> (line 362 of Makefile)#                              

#DIST_SUBDIRS = $(SUBDIRS)                    
#all: config.h                                
#       $(MAKE) $(AM_MAKEFLAGS) all-recursive  #---> (line 261 of Makefile)#



I hope somebody can help me with this, or is OpenBSD 3.4 and higher not supported?????????
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: make fails (OpenBSD 3.4)
« Reply #1 on: May 04, 2004, 02:50:10 PM »

use gmake

greets