ObjConv 2.10 (Announce)
> > It's written in C++, GPL-licensed, and a quick try by me seems to show
> it
> > compiling correctly under DJGPP. (Untested if default Win32 binary still
> > runs under HX.)
>
> I tried to compile under my DJGPP/GCC 4.4.4 but got error in one file:
I tried again, first the smart way, then exactly from build.sh (well, I changed "g++" to "gpp"), and it still worked. And IIRC, there was a similar error from a much older ObjConv version that didn't work by default in DJGPP. So you're probably accidentally using that older version. Make sure it's dated Sep. 25 of this year.
c:\tmp\objconv [ DJGPP ] > gpp -dumpversion
4.44
c:\tmp\objconv [ DJGPP ] > dir opcodes.cpp
Volume in drive C is PRESARIO
Volume Serial Number is D0F6-6B74
Directory of c:\tmp\objconv
09/25/2010 05:06 PM 400,998 opcodes.cpp
1 File(s) 400,998 bytes
0 Dir(s) 22,297,538,560 bytes free
c:\tmp\objconv [ DJGPP ] > sh -c "export CF='-s -O -mtune=i686' ; redir -t
gpp $CF -c *.cpp && redir -t gpp $CF *.o -o objconv.exe && objconv | sed 5q"
Elapsed time: 66.350 seconds (0:01:06.350)
Elapsed time: 2.420 seconds
Object file converter version 2.10 for x86 and x86-64 platforms.
Copyright (c) 2010 by Agner Fog. Gnu General Public License.
Usage: objconv options inputfile [outputfile]
c:\tmp\objconv [ DJGPP ] > an *.exe
Analyzer v1.36 by Boogie Copyright (C) 1997 ESP Team
Files: c:\tmp\OBJCONV\*.EXE
-----------------------------------------------------------------
OBJCONV.EXE DOS Exe - Overlay size: 626176
-----------------------------------------------------------------
c:\tmp\objconv [ DJGPP ] > dir *.exe
Volume in drive C is PRESARIO
Volume Serial Number is D0F6-6B74
Directory of c:\tmp\objconv
11/01/2010 07:22 PM 628,224 objconv.exe
1 File(s) 628,224 bytes
0 Dir(s) 22,296,166,400 bytes free
c:\tmp\objconv [ DJGPP ] > scrndump
Complete thread:
- ObjConv 2.10 - Rugxulo, 02.11.2010, 00:03 (Announce)
- ObjConv 2.10 - RayeR, 02.11.2010, 00:53
- ObjConv 2.10 - Rugxulo, 02.11.2010, 01:35
- ObjConv 2.10 - RayeR, 02.11.2010, 12:00
- ObjConv 2.10 - Rugxulo, 02.11.2010, 15:24
- ObjConv 2.10 - RayeR, 02.11.2010, 18:47
- ObjConv 2.10 - Rugxulo, 02.11.2010, 15:24
- ObjConv 2.10 - RayeR, 02.11.2010, 12:00
- ObjConv 2.10 - Rugxulo, 02.11.2010, 01:35
- ObjConv 2.10 - DOS386, 17.11.2010, 04:13
- ObjConv 2.10 - RayeR, 02.11.2010, 00:53