由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - autoconf problems
相关主题
这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?问题找到了,但是不知道怎么解决, 请帮忙[转载] Cygwin问题请教
help need for a make question (simple one)[转载] waitpid 一问
any debugging tool?简单问题,可我不会。:( 急用啊!
cxterm compileQuestions about Makefile
怎么用了./a.out还是Command not found啊?怎样写 makefile
[转载] autoconf help neededhelp on cxterm
help needed-install gcc/g++ 4.7 on ubuntu 14.04what is wrong with makefile?
help: how to know the pid of prog started by rshRe: SOS!!! (about FLTK)
相关话题的讨论汇总
话题: c++话题: cxx话题: ac话题: autoconf话题: makefile
进入Unix版参与讨论
1 (共1页)
g*****d
发帖数: 35
1
Hi,
I met a big headache in sgi workstation. In this machine, the c++ compiler is
CC although there is a "c++" program (it's named "c++") which doesn't work at
all.
=======
In my configure.in file:
i used
AC_PROG_CXX()
...
AC_SUBST(CXX)
..
AC_OUPUT(Makefile)
in my Makefile.in file:
...
C++ = @CXX@
...
=======
However, the configure generated by autoconf always set CXX to be c++ and thus
the resulting Makefile (C++ = c++) always. I also tried AC_PROG_CXX( CC g++
c++ ) and got same result. It see
1 (共1页)
进入Unix版参与讨论
相关主题
Re: SOS!!! (about FLTK)怎么用了./a.out还是Command not found啊?
英雄,救命啊!!![转载] autoconf help needed
Help: failed to compile cxterm with cchelp needed-install gcc/g++ 4.7 on ubuntu 14.04
[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!help: how to know the pid of prog started by rsh
这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?问题找到了,但是不知道怎么解决, 请帮忙[转载] Cygwin问题请教
help need for a make question (simple one)[转载] waitpid 一问
any debugging tool?简单问题,可我不会。:( 急用啊!
cxterm compileQuestions about Makefile
相关话题的讨论汇总
话题: c++话题: cxx话题: ac话题: autoconf话题: makefile