[root@localhost c++]# ls
first.cpp two.cpp
[root@localhost c++]# c++ gcc -o first first.cpp
c++: gcc: //乱码
[root@localhost c++]# ./first
bash: ./first: //乱码
[root@localhost c++]#
//没什么反映????
[code]
//first.cpp
#include
by j3rry - C/C++ - 2004-02-15 23:57:06 阅读(2082) 回复(4)
第一个问题
proc: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
第二个问题
#include
linux的版本是(Asiainux) 我看makefile文件里面是这样写的 CC = xlc 错误的信息是: xlc -g -DDEBUG -DVC_DEBUG -qdbcs -I../../../src/lib/c_hub_vc -I. -I../../../src /p_hub_vcent -I../p_hub_vcent -c p_hub_vctmsgreg.c make[1]: xlc: [] 是什么原因啊? 怎么修改啊?
linux的版本是(Asiainux) 我看makefile文件里面是这样写的 CC = xlc 错误的信息是: xlc -g -DDEBUG -DVC_DEBUG -qdbcs -I../../../src/lib/c_hub_vc -I. -I../../../src /p_hub_vcent -I../p_hub_vcent -c p_hub_vctmsgreg.c make[1]: xlc: [] 是什么原因啊? 怎么修改啊?
我的目的是想,在把.cpp和.c文件,传到服务器(linux服务器)编译上之前,怎么可以在自己的电脑上编译一下,有没有语法错误; Uedit32有这个功能吗?
在linux 下怎么用C++BuilderX 来编译wxWindow的程序? 我知道在命令行中写 `wx-config --cxxflags --libs`就可以编译成功wxWindow的程序,但在C++BuilderX中好象没有让我加`wx-config --cxxflags` 或`wx-config --libs`的选项呀?我把BuilderX的编译选项翻遍了也没找到 :cry: 还请各位仁兄指点。