QMail 1.03 Compile Error
Error:
shell>make setup check
./load auto-str substdio.a error.a str.a
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in substdio.a(substdo.o)
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1
The Fix:
Original: ‘conf-cc’ file
cc -O2
This will be used to compile .c files.
Modified: ‘conf-cc’ file
cc -O2 -include /usr/include/errno.h
This will be used to compile .c files.
QMail Version: 1.03 (source)
OS: Fedora Core 4
No comments
Jump to comment form | comments rss [?] | trackback uri [?]