[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Distributing compiled C files
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Distributing compiled C files |
Date: |
Fri, 28 Dec 2007 12:48:10 +0100 |
On Dec 28, 2007 12:38 PM, Ivan Raikov <address@hidden> wrote:
>
> cc hello.c lib/library.c lib/runtime.c -o hello -lm
> -DC_ENABLE_PTABLES -DHAVE_GRP_H
Probably needs -I lib as well.
The only thing left is to compile with -g and crank up
the old gdb.
cheers,
felix