| 58 | now run the created script... |
| 59 | {{{ |
| 60 | # ./config.guess |
| 61 | }}} |
| 62 | ... and check what your plattform is |
| 63 | {{{ |
| 64 | i386-pc-nto-qnx6.5.0 |
| 65 | }}} |
| 66 | now run ./configure |
| 67 | {{{ |
| 68 | # ./configure --with-os-deps=os_qnxnto.o |
| 69 | }}} |
| 70 | the output looks like this: |
| 71 | {{{ |
| 72 | ----------------------------------------------------------------------------- |
| 73 | smartmontools-5.40 configuration: |
| 74 | host operating system: i386-pc-nto-qnx6.5.0 |
| 75 | C++ compiler: g++ |
| 76 | preprocessor flags: |
| 77 | C++ compiler flags: -g -O2 -Wall -W -fno-strict-aliasing |
| 78 | linker flags: |
| 79 | binary install path: /usr/local/sbin |
| 80 | man page install path: /usr/local/share/man |
| 81 | doc file install path: /usr/local/share/doc/smartmontools |
| 82 | (NOTE: old default was: /usr/local/share/doc/smartmontools-5.40) |
| 83 | drive database file: [disabled] |
| 84 | database update script: [disabled] |
| 85 | local drive database: /usr/local/etc/smart_drivedb.h |
| 86 | smartd config file: /usr/local/etc/smartd.conf |
| 87 | smartd initd script: /usr/local/etc/rc.d/init.d/smartd |
| 88 | smartd save files: [disabled] |
| 89 | smartd attribute logs: [disabled] |
| 90 | libcap-ng support: no |
| 91 | ----------------------------------------------------------------------------- |
| 92 | }}} |
| 93 | now build the executables |
| 94 | {{{ |
| 95 | # make |
| 96 | }}} |