Re: [Coder-Com] config.h issue

2002-04-14 Thread Kev
> #define SPATH "/home/braden/ircd-test" > #define DPATH "/home/braden/ircd-test" You aren't supposed to set SPATH and DPATH by editing config.h. You're supposed to change them by rerunning ./configure. Now if *that* doesn't work, I want to hear about it, but otherwise, I'm not concerned. "Rig

Re: [Coder-Com] config.h issue

2002-04-14 Thread mr.volta
Anyway, the paths and files for make install are read from makefile. --- Braden Temme <[EMAIL PROTECTED]> wrote: >Shouldn't it still read the config.h file? > >-Braden > >--- "mr.volta" <[EMAIL PROTECTED]> wrote: >> Try to ./configure --help and use the options --prefix=dir --exec-prefix=dir >--

Re: [Coder-Com] config.h issue

2002-04-14 Thread mr.volta
Try to ./configure --help and use the options --prefix=dir --exec-prefix=dir --with-dpath=dir --with-cpath=file and --with-lpath=file. --- Braden Temme <[EMAIL PROTECTED]> wrote: >Kev or Isomer, > >I noticed that the paths defined in config.h aren't honored by 'make install'. >Regardless of w

Re: [Coder-Com] config.h issue

2002-04-13 Thread Aaron Mason
Check the makefile - maybe its still set that way. - Original Message - From: "Braden Temme" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 2:19 PM Subject: [Coder-Com] config.h issue > Kev or Isomer, > > I noticed that the p

[Coder-Com] config.h issue

2002-04-13 Thread Braden Temme
Kev or Isomer, I noticed that the paths defined in config.h aren't honored by 'make install'. Regardless of what the parameters are it installs the binary to: ../~user/bin and the librarys to ../~user/lib. #define SPATH "/home/braden/ircd-test" #define DPATH "/home/braden/ircd-test" Thats