Closed GoogleCodeExporter closed 9 years ago
It seems to me that on mipsel, cgi_root.html gets copied to cgi_root.o and ld
fails on realizing that it's no ELF file. On amd64, cgi_root.o is basically
cgi_root.html with an ELF header, and the build succeeds.
I know basically nothing about automake/autoconf so I haven't yet figured out
why this is happening or how it can be fixed.
Original comment by hannu.ha...@gmail.com
on 18 Aug 2011 at 3:38
Same build error happens when building 2.10 on s390x on SUSE Linux Enterprise
Server 11.
Original comment by austinro...@gmail.com
on 25 Aug 2011 at 6:15
I got it to build on my architecture by adding an object copy flag to my
Makefile. (See attached file) Perhaps you could add a line to match the mipsel
arch? Maybe something like:
mipsel) echo '-O elf64-mipsel -B mipsel';; \
Not sure if that's right. I think its close though.
Original comment by austinro...@gmail.com
on 25 Aug 2011 at 7:11
Attachments:
There is another report like this. I believe that the problem has been fixed
with an update to the autotools. Should be working in 2.11.
Original comment by beewoo...@gmail.com
on 31 Mar 2012 at 10:40
Original issue reported on code.google.com by
hannu.ha...@gmail.com
on 18 Aug 2011 at 3:30Attachments: