Re: trying to build against X
I got the same problem building mrxvt.
$ ./configure
...
checking for X... no
configure: error: Mrxvt requires the X Window System libraries and headers.
I read the configure program. Looks like it is trying to find libXt.{a|so|sl} but failed. I did find libXt.dll.a in my installation, but not libXt.a. Are they the same thing?
What do I need to do to get libXt.a?
Peter