This was reoprted in June:
http://lists.nongnu.org/archive/html/axiom-developer/2007-06/msg00393.html
In particlular:
> Here is the function in question:
>
> object
> find_init_name1(char *s,unsigned len) {
> #ifdef _WIN32
> FEerror("Not supported on Windows",0);
> #else
I have looked at this function and my impression is that
is should work fine on MinGW. OTOH I do not understand
why this function is used on platforms supporting native
relocations: IIUC in order to load a file native reloc
code has to find the name of init function. So, the same
code which is used for loading could be used for linking.
--
Waldek Hebisch
heb...@math.uni.wroc.pl
No, I used Linux hosted cross-compiler to produce MinGW object
files and looked at the file.
ATM I was unable to build gcl on MinGW -- I had recent MinGW
installed, while gcl seem to require an exact ancient MinGW
version. I was also unable to install the recent binary gcl --
the installer requires administrator proviledges and I had only
access as ordirnary user.
--
Waldek Hebisch
heb...@math.uni.wroc.pl