Announcement

Collapse
No announcement yet.

pts/aio-stress broken build

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • pts/aio-stress broken build

    Hi again,

    pts/aio-stress won't build with current install.sh cc line.
    One that "works for me" is:

    Code:
    cc -Wall -pthread -o aio-stress-bin aio-stress.c -laio
    ---
    //_ Lazar Obradovic

  • #2
    Originally posted by lgnd33 View Post
    Hi again,

    pts/aio-stress won't build with current install.sh cc line.
    One that "works for me" is:

    Code:
    cc -Wall -pthread -o aio-stress-bin aio-stress.c -laio
    ---
    //_ Lazar Obradovic
    Fixed in aio-stress-1.1.1, thanks.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X