gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] compiler::link question


From: Michael Koehne
Subject: [Gcl-devel] compiler::link question
Date: Sat, 22 Nov 2003 00:36:51 +0100
User-agent: Mutt/1.3.28i

Moin Guru's,

  compiler::link could be used to build GCL bindings for own functions.

    (compile-file "somefile.lsp" :system-p t)
    (compiler::link '("somefile.o") "gclnew" nil "-lsomelib")

  but a resulting ./gclnew wont have the same features as the calling
  GCL. I'm mainly missing ANSI and readline. So how to call compiler::link
  in a way that is preserving features of the hosting GCL, or at least
  preserving known and wanted features like ANSI and readline.

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]