On Wednesday 24 September 2008 17:29:51, Jérôme Decoodt wrote:
> Did you try to delete the IAT entry in PE Explorer?
No, I didn't.
--
Pedro Alves
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challe
Hello,
> > > (each points at its own section, which means there's a gap between
> > > them. Plus, .idata comes after .edata, while MSFT puts it the
> > > other way around. I don't think this is invalid according
> > > to the PE specification, but you never know what assumptions MSFT
> > > is mak
On Wed, 24 Sep 2008 13:43:07 +0100, Pedro Alves <[EMAIL PROTECTED]>
wrote:
> On Wednesday 24 September 2008 08:54:12, Vincent R. wrote:
>> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so
> we
>> have to create it :
>>
>> # On Cygwin it seems that symbolic link /lib/cpp is n
A mingw build is very interesting for me too.
I hope we'll overcome these problems.
sebastien
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Mobl
On Wednesday 24 September 2008 09:01:02, Vincent Torri wrote:
> I wanted to compile cegcc and mingw32 with mingw / msys and i find some
> problems (mainly you use absolute paths, which make msys unhappy. It is
> happier with relative paths)
>
> if you want, i can try to provide a patch
Please, go
On Wednesday 24 September 2008 08:54:12, Vincent R. wrote:
> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we
> have to create it :
>
> # On Cygwin it seems that symbolic link /lib/cpp is not always available
> # We try to create it.
> if [[ $(uname) = CYGWIN* && ! -e /lib/
Hey,
> I've reorganized a bit build-mingw32ce.sh, and in the process, done
> something that I'd been meaning to do for a long time.
>
> I've converted the build-cegcc.sh build script to be similar
> to build-mingw32ce.sh. Besides consistency, I wanted to do this
> so cegcc also uses w32api --- i
Hi,
Thanks for this because I also wanted to unify script logic but wanting is
not doing ;-)
Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we
have to create it :
# On Cygwin it seems that symbolic link /lib/cpp is not always available
# We try to create it.
if [[ $(uname