LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: andrew williss <bigwill@riverland.net.au>
  To  : LinuxSA <linuxsa@linuxsa.org.au>
  Date: Wed, 16 Jun 1999 13:29:24 +0000

Compiling problem...

Hi all...
Im trying to compile a program ( It's a Packet Radio Terminal Program
called LinPac)
and i'm getting the following message when compiling...

configure: error: installation or configuration problem: C++ compiler
cannot create executables.

This message appears when I run the supplied configure script
(./configure)

I have included the config.log file for anyone who is interested.

I've had a look for all of the required files/paths/libraries and they
all seem to be there and in the right spot.

Is this a kernel problem? i.e. should I have a C++ compiler built into
the kernel?

Any thoughts appreciated.
Thanks in advance

Andrew, VK5KAW


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:559: checking for a BSD compatible install
configure:612: checking whether build environment is sane
configure:669: checking whether make sets ${MAKE}
configure:715: checking for working aclocal
configure:728: checking for working autoconf
configure:741: checking for working automake
configure:754: checking for working autoheader
configure:767: checking for working makeinfo
configure:791: checking for gcc
configure:904: checking whether the C compiler (gcc  ) works
configure:920: gcc -o conftest    conftest.c  1>&5
configure:946: checking whether the C compiler (gcc  ) is a cross-compiler
configure:951: checking whether we are using GNU C
configure:960: gcc -E conftest.c
configure:979: checking whether gcc accepts -g
configure:1015: checking for c++
configure:1047: checking whether the C++ compiler (c++  ) works
configure:1063: c++ -o conftest    conftest.C  1>&5
/usr/i386-linux/bin/ld: cannot open -lstdc++: No such file or directory
configure: failed program was:

#line 1058 "configure"
#include "confdefs.h"

int main(){return(0);}

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page