GCC?, I need to use the resulting DLL on normal C under windows later on, without having strange dependencies, etc.

I'd like to know what am I doing wrong when I try to compile the sources... Do I have to output obj for each source and then somehow link this into the final library?




----- Original Message ----- From: "John Stanton" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Friday, March 09, 2007 2:10 PM
Subject: Re: [sqlite] Compiling the linux package on windows using LCC ?


Gussimulator wrote:
Hi, I would like to compile the tar version of the sources using LCC under Windows.

Since I'm not a *nix guy, I don't know where to start, because my little linux knowledge played against me. Heres the problem, I tried using the makefile with make.exe from LCC but that didnt work out (it said it couldn't open the makefile...) so I tried the config but I dont know which tool handles this, so I was back to square one...

So I began questioning myself... Would it even be possible to compile this package under windows with LCC?

I want to perform a static compilation, so I can statically link the library on my application. However I'd still be happy if I could compile as a dynamic lib.

Now that I'm at it, I would like to suggest for the windows build, that the required .exp or .lib be added on the package as well, since this allows for easier linking on applications - at least under my environment (I'm sure others would like this as well - However, being able to compile the source by myself would take care of this issue).

Thanks.
A simple way is to compile it under gcc then use LCC.

After you have compiled with gcc you may discover that to use LCC does not make a lot of sense since my experience with both compilers is that lcc is very well implemented but lacks the level of optimization available with gcc. A static library created with gcc will work with your lcc programs if you are using lcc for your applications to take advantage of some of its clever extensions to regular C.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to