>       The CVS web interface shows all the revisions for me...
> 
>       =20
>       
> http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/hslibs/net/A
> ttic/SocketPrim.hsc

> I wasn't going into Attic. I went into Network!

This is another CVS oddity.  If a file isn't present on the HEAD, then
it lives in the Attic.  

The file libraries/network/Network/Socket.hsc was copied from
hslibs/net/SocketPrim.hsc at some point after the 5.02 branch, so
looking at the revision history for that file won't give you the history
for the original file (for the CVS-savvy: we don't do "repository
copies" in GHC).

> I ran ./configure and got an error. Here's the end of the output:

> running /bin/sh ./configure  --cache-file=.././config.cache --srcdir=.
> ./configure: ./configure: No such file or directory
> configure: error: ./configure failed for ghc

You need to run autoconf in fptools/ghc too. 

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to