You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lscm@B5M-0223:/git/pequod$ make
cd tamer && make --no-print-directory compiler tamer
cd compiler && make
make all-am
make[3]: Nothing to be done for `all-am'.
cd tamer && make
make all-am
../compiler/tamer -g -o bufferedio.cc -c bufferedio.tt || (rm bufferedio.cc && false)
/bin/bash: line 1: 3396 Segmentation fault (core dumped) ../compiler/tamer -g -o bufferedio.cc -c bufferedio.tt
make[3]: *** [bufferedio.cc] Error 1
make[2]: *** [all] Error 2
make[1]: *** [tamer] Error 2
make: *** [tamer-update] Error 2
lscm@B5M-0223:/git/pequod$ gcc --version
gcc (Ubuntu 4.8.1-2ubuntu1~13.04) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
lscm@B5M-0223:
/git/pequod$ make/git/pequod$ gcc --versioncd tamer && make --no-print-directory compiler tamer
cd compiler && make
make all-am
make[3]: Nothing to be done for `all-am'.
cd tamer && make
make all-am
../compiler/tamer -g -o bufferedio.cc -c bufferedio.tt || (rm bufferedio.cc && false)
/bin/bash: line 1: 3396 Segmentation fault (core dumped) ../compiler/tamer -g -o bufferedio.cc -c bufferedio.tt
make[3]: *** [bufferedio.cc] Error 1
make[2]: *** [all] Error 2
make[1]: *** [tamer] Error 2
make: *** [tamer-update] Error 2
lscm@B5M-0223:
gcc (Ubuntu 4.8.1-2ubuntu1~13.04) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered: