Re: trying to build against X

2006-05-20 Thread peter360

Thanks for your suggestion.  I patched the configure script to look for
libXt.dll.a as well and everything  worked.  I am now running mrxvt. Yeah!
-peter

--
View this message in context: 
http://www.nabble.com/trying+to+build+against+X-t1641717.html#a4481187
Sent from the cygwin-xfree forum at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: trying to build against X

2006-05-18 Thread peter360

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

--
View this message in context: 
http://www.nabble.com/trying-to-build-against-X-t1641717.html#a4447843
Sent from the cygwin-xfree forum at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: trying to build against X

2006-05-18 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

peter360 wrote:
 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?

No.  libXt.a would be a static library, while libXt.dll.a is an import
library for the shared cygXt-6.dll.

You'll need to patch the configure script to look for
libXt.{a|dll.a|so|sl} instead.


Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEbQfcpiWmPGlmQSMRAofTAJ9MijO6rEGI32Q0JiDQcAf6U1JXJwCgpAkh
tkAd80FtPCC4551B9463TJ0=
=+zhW
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/