summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2002-06-05 04:58:55 +0000
committerDan Fandrich <dan@coneharvesters.com>2002-06-05 04:58:55 +0000
commit1f058fadef1481b93d0c8e064a639421ad0cd071 (patch)
treeb6d2392bd842111ab0c187584a4088cf458ca830 /INSTALL
parent332def1bdc8f62f9986bfc57756158e1fc2e1ae0 (diff)
downloadlibgphoto2-1f058fadef1481b93d0c8e064a639421ad0cd071.tar.gz
Added note about MIPSpro C reported by Andrea Suatoni.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4614 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 9 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 9d88cbca3..398f266c0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -189,6 +189,8 @@ Please report any changes to this list to the gphoto2 developer mailing
list. As of this writing, USB support is only available on Linux and
FreeBSD as those are the only systems on which libusb is available.
+General Hints:
+
If you have build problems in the intl or po directories, try re-running
configure with the --disable-nls flag. If configure stops due to an error
with 'test', try re-running configure with the --without-usb flag. If
@@ -243,18 +245,18 @@ StrongARM:
Linux (cross-compiled gcc)
Itanium:
- Red Hat 7.1 (gcc)
+ Red Hat Linux 7.1 (gcc)
The following systems have some problems compiling, but may be made to
work with some effort:
Itanium:
- Red Hat 7.1 (Intel ecc)
+ Red Hat Linux 7.1 (Intel ecc)
There is a bug in ver. 5.0.1 of this compiler tickled by gphoto2 that
prevents full compilation.
Need better libtool support (newer than version 1.4.2).
- Red Hat 7.1 (sgicc)
+ Red Hat Linux 7.1 (sgicc)
Need better libtool support (newer than version 1.4.2).
Sparc:
@@ -262,6 +264,10 @@ Sparc:
Sun's cc doesn't support #warning or # or ## macro features, which
occur several times in the code.
+MIPS:
+ IRIX (cc)
+ MIPSpro C doesn't support #warning.
+
Thanks go to SourceForge for their compile farm, and Compaq for their
TestDrive program which allowed gphoto2 to be tested on many of these