File: PLATFORMS

package info (click to toggle)
qt-x11 3%3A2.3.1-22
  • links: PTS
  • area: main
  • in suites: woody
  • size: 48,524 kB
  • ctags: 46,337
  • sloc: cpp: 260,077; ansic: 32,457; makefile: 31,131; yacc: 2,444; sh: 1,513; lex: 480; perl: 422; xml: 68; lisp: 15
file content (38 lines) | stat: -rw-r--r-- 1,415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Before you build the Qt library and example programs, you must run the
"configure" script to set the platform information and other build
settings.  You can use the -platform option to specify the operating
system and compiler you are using.

Supported platforms and compilers:

  aix-g++        hpux-cc        irix-o32       qnx-rtp-g++    unixware-g++
  aix-xlc        hpux-g++       linux-g++      sco-g++        unixware7-cc
  bsdi-g++       hpux-n64       linux-cxx      solaris-64     unixware7-g++
  dgux-g++       hpux-o64       netbsd-g++     solaris-cc
  freebsd-g++    irix-64        openbsd-g++    solaris-g++
  gnu-g++        irix-g++       osf1-cxx       sunos-g++
  hpux-acc	 irix-n32       osf1-g++       ultrix-g++

Limitations:

  ultrix-g++ does not support shared libraries, use static.
  qnx-rtp-g++ is experimental only. Expect some problems.

Compilation problems:

  Qt 2.x has problems compiling on some combinations of operating
  system versions and compiler versions.  Information about such
  problems will be posted on http://www.trolltech.com/platforms/ as we
  become aware of them.

Example:

  ./configure -platform irix-64 -shared -debug

Customization:

  You can create your own custom configuration by adding new files to
  the configs directory. The configuration solaris-cc-gcc is included
  as an example. It uses SunPRO CC as a C++ compiler and GNU gcc as a
  C compiler.