Mention trouble with higher optimization levels (from Ulrich Deiters

<ukd@xenon.pc.Uni-Koeln.DE>).
merge-requests/1/head
Henning Geinitz 2004-05-28 17:34:47 +00:00
rodzic 0b9b6c51db
commit 928d8d0b1d
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2004-05-28 Henning Meier-Geinitz <henning@meier-geinitz.de>
* README.hp-ux: Mention trouble with higher optimization levels
(from Ulrich Deiters <ukd@xenon.pc.Uni-Koeln.DE>).
2004-05-27 Oliver Schwartz <Oliver.Schwartz@gmx.de>
* backend/snapscan.c backend/snapscan-usb.c: Use shared

Wyświetl plik

@ -1,8 +1,6 @@
Building and Installing SANE on HP-UX
-------------------------------------
Time-stamp: <2001-10-03T16:41:13 mxp>
This file contains some notes on building and installing SANE on
HP-UX. It tells you which compiler switches to use, how to find out
to which controller card your scanner is connected, and how to create
@ -17,11 +15,16 @@ the HP compiler, invoke configure like this:
CC=cc CFLAGS="-Ae -O" ./configure
Higher optimization levels than -O (equivalent to +O2) may fail
to compile correctly.
If you're using the HP compiler on 64-bit HP-UX 11, you must build
64-bit executables:
CC=cc CFLAGS="-Ae +DA2.0W -O" ./configure
Some of the make files use GNU extensions, so you have to use gmake
(GNU make). Gmake binaries are available from the HP-UX Porting and
Archive Centre <http://hpux.connect.org.uk> and its mirror sites.