On Friday 20 June 2008 08:13:12 pm Ian Piumarta wrote:
> I have atoned for some of my past sins and removed all the pointer
> size assumptions that I could find.  The latest SVN compiles and runs
> for me on em64t running 64-bit Ubuntu hardy.  If someone else with a
> 64-bit Linux can checkout/update and verify I'd be grateful.  The
> relevant commits were from about 430 through 467.
>
> Although the three-stage bootstrap and a bunch of examples run (for
> me) I've not tested the numeric stuff much nor have I added a 64-bit
> back-end to Jolt.  I'll get around to it soon, unless someone beats
> me to it...

Gracias, Ian.  I successfully ran a handful of the object/examples on Fedora 
x86_64.  I updated the Wiki page for this.

Here is a documentation fix:

--------------------------------
 diff --git a/object/examples/00_README b/object/examples/00_README
index f6da9e7..7ba7898 100644
--- a/object/examples/00_README
+++ b/object/examples/00_README
@@ -13,8 +13,8 @@ installed.  To compile them without installing you will have 
to:
 like this:

    cd hw
-   make IDC="../../../boot/idc -B../../../boot/ -I../../st80"
-   LD_LIBRARY_PATH=$PWD/../../../boot ./hw
+   make IDC="../../boot/idc -B../../boot/ -I../../st80"
+   LD_LIBRARY_PATH=$PWD/../../boot ./hw

 NOTE: Compilation can be long on slow hardware because many of the
 examples import 'st80' causing the compiler to scan the source of the
--------------------------------


-Karl

_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to