aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Socket reuse  (Read 6578 times)

Guest

  • Guest
Socket reuse
« on: October 11, 2003, 04:29:31 PM »

Due problem with Makefiles (gsocket.o not included to final executable)
after incorrect exit aMule couldn't start with HighID for some time.
 To fix just modify src/Makefile.in by adding gsocket.c to
amule_SOURCES and gsocket.$(OBJEXT) in am_amule_OBJECTS.
BTW, you'd better use
am_amule_OBJECTS := subst (.cpp, .$(OBJEXT),$(amule_SOURCES))
am_amule_OBJECTS := subst (.c, .$(OBJEXT),$(am_amule_OBJECTS))
 
 If you need any help with aMule I can try to help.
Logged

BigBob

  • aMule project creator.
  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 141
    • http://bigbob.fun.free.fr
Re: Socket reuse
« Reply #1 on: October 11, 2003, 09:44:16 PM »

Hi olonho,

For sure, if you can provide help i agree :-)

A++
Logged
Creator of aMule & aStats projects

Guest

  • Guest
Re: Socket reuse
« Reply #2 on: October 12, 2003, 02:15:34 AM »

Well, I could provide some more bugfixing (it seems sometimes
we get SIGPIPE in bad time and amule dies), how would you like me to
commit my changes (patches by mail, CVS write access, something else)?

  Also I could work on better desktop integration (DND of ed2k links, for example) and maybe finally fix build with optimizations (gcc3 in RH9.0 looks rather stable, so it probably some simply fixable code). If you have anything to tell me, use "nike at lyola dot com" at = @, dot = .
Logged