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?


??