(file) Return to nedit_cygwin_error.html CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web

 1 rizwank 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 2             <html>
 3             <head>
 4             <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 5 rizwank 1.2 <title>Fixing Nedit compile errors in Cygwin</title>
 6 rizwank 1.1 <meta name="ICBM" content="34.49856, -117.27522">
 7             <meta name="DC.title" content="Rizwan Kassim - This American Life"> 
 8             <!-- Rizwan Kassim's Public Log, Code Resources, and plenty more -->
 9             <META NAME="Title" CONTENT="Rizwan Kassim's Public Log at Geekymedia">
10             <META NAME="Description" CONTENT="Personal site of Rizwan Kassim, fan of Magic the Gathering MTG, UCLA, Mike and Ben, Comedyworld, backpacking, Broadcast Engineering">
11             <META NAME="author" CONTENT="Rizwan Kassim">
12             <META NAME="distribution" CONTENT="Global">
13             <META NAME="revisit-after" CONTENT="1 days">
14             <META NAME="copyright" CONTENT="Rizwan Kassim">
15             <META NAME="robots" CONTENT="FOLLOW,INDEX">
16             <META NAME="keywords" CONTENT="Personal site of Rizwan Kassim, fan of Magic the Gathering MTG, UCLA, Mike and Ben, Comedyworld, backpacking, Broadcast Engineering">
17             <link rel="stylesheet" href="styles-site.css" type="text/css" />
18             </head>
19             <body>
20             <h2>Rizwan Kassim - Fixing Nedit compile errors in Cygwin</h2>
21             <p>
22             <div class="intro">
23             This one's pretty simple to fix, and maddeningly difficult to figure out.<br>
24             If you compile nedit 5.5 on cygwin, you may get errors involving the following:<br>
25             <ul>
26             	<li>Suggesting that you check the documentation the documentation for ld's --enable-auto-import for details 
27 rizwank 1.1 	<li>Not being able to auto-import string __XmStrings or XmStrings or _XtShellStrings 
28             </ul>
29             <p>
30             I can't find the exact error message because I can't seem to get it back again.<br>
31             <p>
32             
33             All you have to do is type (at a bash prompt, before you make)<br>
34             <i>export LD_LIBRARY_PATH=/bin</i><br>
35             
36             This fixes it! <br>
37             
38             The bit that finally clued me in was info on <a href="http://sourceware.org/binutils/docs-2.15/ld/WIN32.html">direct linking to a dll</a>. I still don't fully 
39             understand whats wrong, but its 11:30, and I have a lab to do that was actually due --- three days ago?
40             
41             
42             <p>(By the way, notices like Info: resolving _transientShellClassRec by linking to __imp__transientShellClassRec (auto-import) are <b>NOT</b> errors!><p>
43             </div>
44             <p>Copyright © 2005 Rizwan Kassim &lt;rizwank at geekymedia dot com&gt;.</p>

Rizwan Kassim
Powered by
ViewCVS 0.9.2