Exactly the same files work just fine on a 32bit system. The only thing that is different is that I'm now running them on a 64bit system. The interpreter works just fine, it's just that ht:Pack thing that won't play ball.
Oh btw, when it comes to the 64bit crash, I noticed that the database files were not numbered anymore but had file names such as for instance '@', and '@A', I suppose that's as it should be? On Mon, Oct 26, 2009 at 1:39 PM, Alexander Burger <[email protected]> wro= te: > Hi Henrik, > >> When it comes to "ht:Pack" -- Undefined, no I hadn't built the 64bit >> first, I simply used the old version I had already compiled on a 32bit >> system, maybe that's why it didn't work? > > An "Undefined" error is issued, when > > =A0 - the name of an undefined symbol does not contain a colon, > > =A0 - the library named by the part before the colon cannot be found, > > =A0 - or a function named by the part after the colon cannot be located > =A0 =A0 in that library. > > If the 'ht' library exists, I would expect it to contain 'Pack'. Is it > possible that the shared object file "lib/ht" somehow got lost, or was > not built with (cd src; make)? > > Cheers, > - Alex > -- > UNSUBSCRIBE: mailto:[email protected]?subject=3dunsubscribe > -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
