From: "Alexander M." <mamaich@u...>
Date: Mon Aug 30, 2004 12:30 am
Subject: Re: newLISP.DLL compile possible ?
> I had the best results with leaving out the implib stuff completely
> and doing:
>
> $(CC) -target=dll -staticlibs $(OBJS) -onewlisp.dll
>
> in the make file but then I get an error about "multiple definition
> of 'environ' defined in 'libc.a' alreadyy defined in 'collect2'.
something strange. There is no "collect2" library. "collect2" is an
executable internally used by GCC. Can you post the full error message?
> Is there any documentaion about the compile/ling flags I can use?
There is no documentation. You may look into GCC source code or
"specs" file. The PocketPC-specific flags are "-staticlibs",
"-target=" and "--shared". All other parameters are the same as in
Windows GCC.
End yahoo
Answer for another question from me:
From: "Alexander M." <mamaich@u...>
Date: Mon Aug 30, 2004 12:26 am
Subject: Re: ZIP/UNZIP.DLL from InfoZip possible?
> When it will be possible to compile DLL's
> this would be also something nice to have:
>
>
http://www.info-zip.org
It is possible to create DLLs. For example I've made unrar.dll for myself.
End yahoo
From Alexander's pocketpage:
http://mamaich.kasone.com/fr_pocket.htm
http://mamaich.kasone.com/ppc/src.otfunrar.rar
199739 bytes
unrar3.dll sources, which is used for "on-the-fly" decompression of RAR archives
http://mamaich.kasone.com/ppc/src.unrar.rar
105928 bytes
Modified unrar.dll sources. Use "make lib" to compile unrar.a