RE: Updating the net package

2002-06-14 Thread D.J.Steinitz
Simon, I'm now ready to make. I have set up a mk/build.mk with the just following line: prefix = /home/djs25/testghc I should then be able to invoke my test ghc as /home/djs25/testghc/ghc-5.02.2/bin/ghc I have some questions: 1. How does ghc know where to get its libraries

RE: Updating the net package

2002-06-14 Thread D.J.Steinitz
2. What do I put in build.mk to change the version? I would like =20 /home/djs25/testghc/ghc-5.02.2/bin/ghc --version =20 to give =20 The Glorious Glasgow Haskell Compilation System, version 5.02.2test =20 so that I know

RE: Updating the net package

2002-06-14 Thread Simon Marlow
Ok I won't do that! How do I get the A.BB.date set as a version? Do I have edit version.mk? In which case what is the format for date? The A.BB.date form is set automatically by the nightly build system before it begins the build, at the moment. To get such a version number, yes you have

RE: Updating the net package

2002-06-14 Thread D.J.Steinitz
Simon, It's built and works on my test sockets program. My next job is to the one line change in SocketPrim.hsc and the one line change to make sure the right header file is included which contains the definition of IP_TTL. Many thanks for all your help, Dominic.

RE: Updating the net package

2002-06-13 Thread Simon Marlow
However, I'm still confused. If I look at http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/libraries/network/Netw ork/Socket.hsc then it although it has a different name it says it's the same thing and I couldn't find anything called SocketPrim.hsc. The network library moved from

RE: Updating the net package

2002-06-13 Thread D.J.Steinitz
However, I'm still confused. If I look at =20 http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/libraries/network/Netw ork/Socket.hsc then it although it has a different name it says it's the same thing and I couldn't

RE: Updating the net package

2002-06-13 Thread D.J.Steinitz
Ok but in that case the revisions and branches reported by=20 cvs stat seem to be different than those in the web page. For example, cvs stat reports=20 ghc-5-02-2 as revision 1.12.2.4 but the web page only has a=20 revision 1.12. How do the

RE: Updating the net package

2002-06-12 Thread Simon Marlow
Thanks for your help on this. I can't quite see how you got what you did. I followed the instructions in the cvs cheat sheet. 211 export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs 213 cvs login 216 cvs co -r ghc-5-02 fpconfig You want