Guest User

Untitled

a guest
Jul 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. CFLAGS="-Wall -pipe" \
  2. LDFLAGS="-Wl,--as-needed" \
  3. cd mozilla/nsprpub && \
  4. ./configure --host=i386-pc-solaris2.11 \
  5. --build=i386-pc-solaris2.11 \
  6. --enable-optimize="-O2 -fno-strict-aliasing -g" \
  7. --prefix=/usr \
  8. --enable-ipv6 \
  9. --with-mozilla \
  10. --enable-64bit \
  11. --disable-debug
  12. loading cache ./config.cache
  13. checking host system type... i386-pc-solaris2.11
  14. checking target system type... i386-pc-solaris2.11
  15. checking build system type... i386-pc-solaris2.11
  16. checking for 64-bit OS... no
  17. configure: error: Can't --enable-64bit on non 64-bit platforms
  18. make: *** [mozilla/nsprpub/config.status] Error 1
  19. dpkg-buildpackage: failure: debian/rules build gave error exit status 2
  20. testmachine-->isa
  21. isainfo isalist
  22. testmachine-->isainfo -v
  23. 64-bit amd64 applications
  24. tscp ahf sse3 sse2 sse fxsr amd_3dnowx amd_3dnow mmx cmov amd_sysc cx8
  25. tsc fpu
  26. 32-bit i386 applications
  27. tscp ahf sse3 sse2 sse fxsr amd_3dnowx amd_3dnow mmx cmov amd_sysc cx8
  28. tsc fpu
  29. testmachine-->
Add Comment
Please, Sign In to add comment