Bug 38232 - Should check g++ at configure phase
Summary: Should check g++ at configure phase
Status: NEW
Alias: None
Product: Rarian
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium normal
Assignee: Don Scorgie
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 02:33 UTC by Andres G. Aragoneses
Modified: 2011-06-13 02:33 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Andres G. Aragoneses 2011-06-13 02:33:33 UTC
I just got this compilation error:


/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -DDATADIR=\""/home/andres/opt/gnome/share"\" -DSYSCONFDIR=\""/home/andres/opt/gnome/etc"\" -DI_KNOW_RARIAN_0_8_IS_UNSTABLE -g -O2 -MT librarian_la-rarian-man.lo -MD -MP -MF .deps/librarian_la-rarian-man.Tpo -c -o librarian_la-rarian-man.lo `test -f 'rarian-man.c' || echo './'`rarian-man.c
 gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/home/andres/opt/gnome/share\" -DSYSCONFDIR=\"/home/andres/opt/gnome/etc\" -DI_KNOW_RARIAN_0_8_IS_UNSTABLE -g -O2 -MT librarian_la-rarian-man.lo -MD -MP -MF .deps/librarian_la-rarian-man.Tpo -c rarian-man.c  -fPIC -DPIC -o .libs/librarian_la-rarian-man.o
 gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/home/andres/opt/gnome/share\" -DSYSCONFDIR=\"/home/andres/opt/gnome/etc\" -DI_KNOW_RARIAN_0_8_IS_UNSTABLE -g -O2 -MT librarian_la-rarian-man.lo -MD -MP -MF .deps/librarian_la-rarian-man.Tpo -c rarian-man.c -o librarian_la-rarian-man.o >/dev/null 2>&1
mv -f .deps/librarian_la-rarian-man.Tpo .deps/librarian_la-rarian-man.Plo
source='rarian-omf.cpp' object='rarian-omf.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..      -c -o rarian-omf.lo rarian-omf.cpp
libtool: ignoring unknown tag CXX
 g++ -DHAVE_CONFIG_H -I. -I.. -c rarian-omf.cpp  -fPIC -DPIC -o .libs/rarian-omf.o
env: g++: No such file or directory
make[2]: *** [rarian-omf.lo] Error 1
make[2]: Leaving directory `/home/andres/checkout/gnome/rarian-0.8.1/librarian'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andres/checkout/gnome/rarian-0.8.1'
make: *** [all] Error 2


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.