[OpenIndiana-discuss] Σχετ: Taglib/cppunit for Mediatomb

Apostolos Syropoulos asyropoulos at yahoo.com
Sun Jan 19 18:01:23 UTC 2014


> On Sunday, January 19, 2014 12:19 PM, Rainer Heilke <rheilke at dragonhearth.com> wrote:
> > I've tried the gnu compiler, the SunStudio compiler, and they all fail. 
> In fact, when I run configure with CC=/usr/bin/gcc it quickly dies with:
> configure: error: in `/data/build/cppunit-1.12.1':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
 

Since you are getting this error, I suspect your compiler is not properly installed..
Try the following

$ gcc -v
$ gcc -o xx xx.c

where xx.c is the following simple file

#include <stdio.h>

int main() { printf("Hello World!\n"); }

and tell what you get.

A.S.

----------------------
Apostolos Syropoulos
Xanthi, Greece




More information about the OpenIndiana-discuss mailing list