chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] is C_NO_PIC_NO_DLL necessary?


From: Brandon J. Van Every
Subject: Re: [Chicken-users] is C_NO_PIC_NO_DLL necessary?
Date: Sun, 12 Feb 2006 23:07:12 -0800
User-agent: Thunderbird 1.5 (Windows/20051201)

felix winkelmann wrote:
On 2/13/06, Brandon J. Van Every <address@hidden> wrote:
  
Is C_NO_PIC_NO_DLL really important?  It is used for static libraries,
and Makefile.am has the following notation:

# we add -DC_NO_PIC_NO_DLL seperately so that chicken-config does not
# use -DC_NO_PIC_NO_DLL ... -DC_NO_PIC_NO_DLL is only for libtool
# compiles

    

It's needed to compile statically linked apps on Windows. It's a bit
clunky, but does the job and should not bother the user as long
as he/she is using csc.
  
So is the comment "-DC_NO_PIC_NO_DLL is only for libtool compiles" wrong then?


Cheers,
Brandon Van Every


reply via email to

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