This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/81856] AIX: Makefile:20538: recipe for target 'stage1-bubble' failed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81856

--- Comment #6 from christian.tremel at itsv dot at ---
well, it is.

root@aixbuildhost: /root # cat hello.cpp
#include <iostream>

int main()
{
  std::cout << "It's me,Maria !\n";
}

root@aixbuildhost: /root # vi hello.cpp
root@aixbuildhost: /root # xlC_r -o /root/hello /root/hello.cpp
root@aixbuildhost: /root # ./hello
It's me,Mario !

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]