Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-1869

do not call gcc directly

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • Lustre 2.4.0
    • Lustre 2.4.0
    • None
    • cross-compilation of Lustre on a non-linux platform (os/x in this case)
    • 4452

      with LU-812 a direct call to gcc was introduced:

      +# build static and shared lib lustreapi
      +liblustreapi.a : liblustreapitmp.a
      + rm -f liblustreapi.a liblustreapi.so
      + gcc -shared -o liblustreapi.so `ar -t liblustreapitmp.a`
      + mv liblustreapitmp.a liblustreapi.a

      this doesn't work in the given environment.

            bzzz Alex Zhuravlev
            bzzz Alex Zhuravlev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: