[llvm-commits] CVS: llvm-www/status/index.html

Misha Brukman brukman at cs.uiuc.edu
Sun Nov 2 21:41:01 PST 2003


Changes in directory llvm-www/status:

index.html updated: 1.7 -> 1.8

---
Log message:

Added entries for DDD and GnuPlot, updated Wget.


---
Diffs of the changes:  (+54 -11)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.7 llvm-www/status/index.html:1.8
--- llvm-www/status/index.html:1.7	Thu Oct 30 12:41:22 2003
+++ llvm-www/status/index.html	Sun Nov  2 21:40:42 2003
@@ -21,6 +21,54 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </tr>
+<!-- DDD -->
+<tr>
+  <td class="program"><a href="http://www.gnu.org/software/ddd/">ddd</a></td>
+  <td class="version">3.3.7</td>
+  <td class="date">2 Nov 2003</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Does not compile, see <a href="http://llvm.cs.uiuc.edu/PR82">bug #82</a>
+  for details.</td>
+</tr>
+<!-- Wget -->
+<tr>
+  <td class="program"><a href="http://www.gnu.org/software/wget/">wget</a></td>
+  <td class="version">1.9</td>
+  <td class="date">2 Nov 2003</td>
+  <td class="status"><span class="success">WORKS</span></td>
+  <td>Needs some libraries, run with:
+<pre>
+lli -load=/lib/libssl.so.2     \
+    -load=/lib/libcrypto.so.2  \
+    -load=/lib/libdl.so.2      \
+    -load=/lib/i686/libc.so.6  \
+    -load=/lib/ld-linux.so.2   \
+    wget.bc [wget options]
+</pre>
+  </td>
+</tr>
+<!-- GnuPlot -->
+<tr>
+  <td class="program"><a href="http://www.gnuplot.info/">gnuplot</a></td>
+  <td class="version">3.7.3</td>
+  <td class="date">2 Nov 2003</td>
+  <td class="status"><span class="success">WORKS</span></td>
+  <td>Needs some libraries, run with:
+<pre>
+lli -load=/usr/lib/libreadline.so.3  \
+    -load=/usr/lib/libncurses.so.4  \
+    -load=/usr/lib/libgd.so.1  \
+    -load=/usr/lib/libpng.so.2  \
+    -load=/usr/lib/libz.so.1  \
+    -load=/lib/i686/libm.so.6  \
+    -load=/lib/libtermcap.so.2  \
+    -load=/usr/lib/libfreetype.so.6  \
+    -load=/usr/lib/libjpeg.so.62  \
+    -load=/usr/lib/libpng12.so.0  \
+    gnuplot.bc [gnuplot options]
+</pre>
+  </td>
+</tr>
 <!-- CVS -->
 <tr>
   <td class="program"><a href="http://www.cvshome.org/">CVS</a></td>
@@ -56,7 +104,8 @@
 </tr>
 <!-- Connect4 -->
 <tr>
-  <td class="program"><a href="http://muc.muohio.edu/~mrbone/connect4/">Connect4</a></td>
+  <td class="program"><a
+  href="http://muc.muohio.edu/~mrbone/connect4/">Connect4</a></td>
   <td class="version">1.2</td>
   <td class="date">29 Oct 2003</td>
   <td class="status"><span class="success">WORKS</span></td>
@@ -135,7 +184,8 @@
 </tr>
 <!-- siod -->
 <tr>
-  <td class="program"><a href="http://people.delphiforums.com/gjc/siod.html">siod</a></td>
+  <td class="program"><a
+  href="http://people.delphiforums.com/gjc/siod.html">siod</a></td>
   <td class="version">??</td>
   <td class="date"></td>
   <td class="status"></td>
@@ -185,19 +235,12 @@
 </tr>
 <!-- recode -->
 <tr>
-  <td class="program"><a href="http://www.gnu.org/software/recode/">recode</a></td>
+  <td class="program"><a
+  href="http://www.gnu.org/software/recode/">recode</a></td>
   <td class="version">3.6</td>
   <td class="date"></td>
   <td class="status"></td>
   <td>passes its own regression test suite</td>
-</tr>
-<!-- wget -->
-<tr>
-  <td class="program"><a href="http://www.gnu.org/software/wget/">wget</a></td>
-  <td class="version">1.8</td>
-  <td class="date">29 Aug 2003</td>
-  <td class="status"></td>
-  <td></td>
 </tr>
 <!-- sed -->
 <tr>





More information about the llvm-commits mailing list