[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MIPS Compilation Errors
- To: hobbit (at) hswn.dk
- Subject: MIPS Compilation Errors
- From: "Patrick Nixon" <pnixon (at) gmail.com>
- Date: Mon, 22 Sep 2008 06:12:55 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=OWu9jId7SpG4y2rWjS9OI05VBWOGk4WhnY8bSXbjbvg=; b=FlqBVKs+Hoyg8vqS/G60H2m+PtlG0O/JAY5sUo8un6bNGEByie+CTwPpsTQpxBPwOV RlCCbl/H99a1gEq6neiUMLkvJFx+IGMPzLZGHKzUzWh5UWL479Lb/HXGUywsx/FgZuiD b75IC4JSKK5baDXt3+9LFiRj6gwNroIq6bXQ0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ig2TuC2mTpSIp2UZCN21ZncjlIZfIZlFBWF0TgHvJ6FjjKjMU/vDcs/bRgvhweG+RY Dp97zcOLuGakgziW9IzP/zMWUXH64V0JLn0ZmN075L327B1B/htLIPFlRa1jRRKZ8WSE 3SLm3MiD+RnSPoBcWtKa/dGnVzPodGV7ES8o4=
Hey all,
Has anyone gotten hobbit to compile on a MIPS Platform?
I'm running Debian 4.0 on a Qube2, which is a MIPS Processor.
During the ./configure.server script, I'm getting the following
errors, but I installed requisite libraries from apt-get.
Am I missing something? Did I do something wrong?
Thanks!
--Pat
hobbit (at) qube:~/hobbit-4.2.0$ ./configure.server
Configuration script for Hobbit
This script asks a few questions and builds a Makefile to compile Hobbit
Checking your make-utility
Checking pre-requisites for building Hobbit
Checking for fping ...
Hobbit has a built-in ping utility (hobbitping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I could not find fping on your system
Do you want to use hobbitping [Y/n] ?
y
OK, I will use hobbitping.
Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
ERROR: RRDtool library files found in /usr/lib, but link fails.