| Csound.dll.5.1 will not link directly here (but I use the link library and
it's fine). There are a couple of
symbol redefinition errors (_atexit() is one of them). The old SConstruct
was fine, as
it called -lcsound**, which works fine.
Victor
----- Original Message -----
From: "Michael Gogins"
To: "Developer discussions"
Sent: Saturday, March 29, 2008 2:17 PM
Subject: Re: [Cs-dev] Build system refactoring
> GCC links to DLLs on Windows just fine, but perhaps you are not specifying
> the right DLL name, or perhaps the functions you want to link to have not
> been exported, or have been exported with unexpected decorations (C
> linkage can be function, _function (C calling conventions), _function@n
> (stdcall or Pascal calling conventions), possibly C++ decorations, etc.).
>
> Regards,
> Mike
>
> -----Original Message-----
>>From: victor
>>Sent: Mar 29, 2008 4:35 AM
>>To: Developer discussions
>>Subject: Re: [Cs-dev] Build system refactoring
>>
>>yes, Csoundlibraryname is the correct thing. Perhaps it's a bug, I don't
>>know. I know that gcc is said to link to a DLL file, but it doesn't work
>>here, I suppose my version of the loader. I am not changing at the moment
>>because of the problems with the new mingw.
>>
>>Victor
>>
>>----- Original Message -----
>>From: "Felipe Sateler"
>>To: "Developer discussions"
>>Sent: Saturday, March 29, 2008 1:09 AM
>>Subject: Re: [Cs-dev] Build system refactoring
>>
>>
>>> -------------------------------------------------------------------------
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>>
>>
>>--------------------------------------------------------------------------------
>>
>>
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>-------------------------------------------------------------------------
>>Check out the new SourceForge.net Marketplace.
>>It's the best place to buy or sell services for
>>just about anything Open Source.
>>http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>>_______________________________________________
>>Csound-devel mailing list
>>Csound-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |