Changes between Version 4 and Version 5 of Developer_PortQNX


Ignore:
Timestamp:
May 24, 2010, 12:34:22 PM (14 years ago)
Author:
stevestereo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developer_PortQNX

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