chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Linking object files without additional source


From: Mathieu
Subject: [Chicken-users] Linking object files without additional source
Date: Sat, 1 Nov 2014 15:38:53 -0400

Hi chicken schemers,

I want to use csc to link a bunch of .o together:

csc -c \
▸ sources/foreign-interfaces/fastcgi.o \
▸ sources/foreign-interfaces/sqlite.o \
▸ -o foreign-interfaces.o

But this command does not produce any output
unless a specify at least one .scm file.

How could I get foreign-interfaces.o as a result
of only linking fastcgi.o and sqlite.o?

Thanks for your help,
Mathieu

reply via email to

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