View difference between Paste ID: Agmsfn14 and wpD1GtUj
SHOW: | | - or go back to the newest paste.
1
.---O---.
2
|       |                  .-.           o o
3
|   |   |-----.-----.-----.| |   .----..-----.-----.
4
|       |     | __  |  ---'| '--.|  .-'|     |     |
5
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
6
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
7
                -'  |
8
                '---'
9
10
The Angstrom Distribution beaglebone ttyGS0
11
12
Angstrom v2012.12 - Kernel 3.8.13
13
14
beaglebone login: root
15
Last login: Tue Oct  8 21:48:21 UTC 2013 on ttyGS0
16
root@beaglebone:~# cd qwt-6.1.0
17
root@beaglebone:~/qwt-6.1.0# ls
18
COPYING   README    examples    qwt.prf       qwtconfig.pri     textengines
19
INSTALL   designer  lib         qwt.pro       qwtfunctions.pri
20
Makefile  doc       playground  qwtbuild.pri  src
21
root@beaglebone:~/qwt-6.1.0# qmake
22
root@beaglebone:~/qwt-6.1.0# make
23
cd src/ && make -f Makefile
24
make[1]: Entering directory `/home/root/qwt-6.1.0/src'
25
compiling qwt_abstract_scale_draw.cpp
26
/bin/sh: -c: command not found
27
make[1]: *** [obj/qwt_abstract_scale_draw.o] Error 127
28
make[1]: Leaving directory `/home/root/qwt-6.1.0/src'
29
make: *** [sub-src-make_default-ordered] Error 2
30
root@beaglebone:~/qwt-6.1.0# echo $0
31-
root@beaglebone:~/qwt-6.1.0#
31+
-bash
32
root@beaglebone:~/qwt-6.1.0/src#