gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] compiler::link and ansi


From: Michael Koehne
Subject: [Gcl-devel] compiler::link and ansi
Date: Sun, 23 Nov 2003 01:00:09 +0100
User-agent: Mutt/1.3.28i

Moin Guru's,

  I think I have it half -

      http://www.copyleft.de/lisp/gcl-elf-loader-0.11.tar.gz

  is now able to compiler::link its loader into a GCL with
  ANSI and readline enabled, if using the gclcvs from Debian
  - but only partly, because if I use a current checkout and

      ./configure --enable-ansi --enable-readine &&
          make &&
          sudo make install

  it, link the elf-loader with :
  
      gcl -batch -eval '(compiler::link '("elf-loader.o") "gclelf" nil "-ldl")'

  I gain :

      Error: Cannot open the file 
/usr/local/lib/gcl-2.7.0/unixport/../clcs/myload1.lisp.

  if I cpio clcs from source, i gain :

      Error: Cannot open the file ../clcs/clcs_macros.lisp.

  and I finaly have a running version, after editing myload1.lisp and
  myload.lisp. And it looks, as if I still have ANSI and readline!

  The remaining question's:

  - why is there no /clcs/ in the Debian /usr/lib/gcl-2.7.0/, but its
    required in my /usr/local/ configuration ?
  - why is there a need to compile and edit /clcs/ ?
  
Bye Michael
-- 
  mailto:address@hidden             UNA:+.? 'CED+2+:::Linux:2.4.22'UNZ+1'
  http://www.xml-edifact.org/           CETERUM CENSEO WINDOWS ESSE DELENDAM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]