由买买提看人间百态

topics

全部话题 - 话题: compilation
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w***y
发帖数: 6251
1
错误信息如下:
org.apache.jasper.JasperException: Unable to compile class for JSP
org.apache.jasper.compiler.DefaultErrorHandler.javacError(
DefaultErrorHandler.java:97)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.
java:346)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:439)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:497)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:476)
org.apache.ja
c*******9
发帖数: 6411
2
来自主题: Programming版 - compile error
get compile error from following code, any ideas?
thanks...
.....
set seen;
.....
pair::iterator, bool> res = seen.insert(str);
c:\apps\mvs8\vc\include\functional(143) : error C2784: 'bool
std::operator <(const std::_Tree<_Traits> &,const std::_Tree<_Traits>
&)' : could not deduce template argument for 'const std::_Tree<_Traits>
&' from 'const std::string'
1> c:\apps\mvs8\vc\include\xtree(1372) : see declaration of
'std::operator <'
1> c:\apps\mvs8\vc\include\fu... 阅读全帖
z*******n
发帖数: 1034
3
来自主题: MobileDevelopment版 - New Android Compilers for More Performance
New Android Compilers for More Performance by Abel Avram on Dec 04, 2014
Eric Lafortune, Technical Director of Saikoa, maker of DexGuard, has
discovered new tools in the SDK for Android 5.0 Revision 1 (API 21.1),
namely two compilers called Jack and Jill. These tools are meant to
streamline the compilation process for Android.
Google introduced the Android RunTime (ART) as an experimental utility in
KitKat, and made it the default runtime for Lollipop, replacing Dalvik. ART
takes DEX bytecode an... 阅读全帖
r******n
发帖数: 12
4
来自主题: JobHunting版 - Compiler/C++ position @Mathworks
I am currently very actively looking for candidate with COMPILER background.
Email me directly: [email protected]
/* */
or just call me
508-647-3016
Job Summary:
Our proprietary optimizing compiler is a key strategic focus of the
MathWorks. Both the language and the compiler are actively developed by a
talented team of programming language and compiler experts.
Compiling the dynamically-typed matrix-oriented MATLAB language to embedded
systems is not a well-studied problem. You will n... 阅读全帖
r******n
发帖数: 12
5
If you are an expert on Compiler and passionate on programming, c++.
Please feel free to drop me your resume.
j**[email protected], my name is Jun Yan.
Or if you prefer to talk to hiring manager directly,
Please send you email to P***********[email protected]
We are looking for a motivated C++ software engineer who enjoys tackling
challenging software problems involving compiler technology. Having
knowledge about compiler optimizations would be considered a great plus.
You will join a small but dyn... 阅读全帖
d******y
发帖数: 3668
6
来自主题: WebRadio版 - [预告]Compilation - [Kids will rock you]
都是小孩子唱的名曲,非常非常可爱的
这是官方网站:http://www.kidswillrockyou.com/
B. May (Queen) - [Compilation Kids will rock you #01] We will rock you [1:57]
Jerry Mamberg, Allan Sachs - [Compilation Kids will rock you #02] I love rock'
N
roll [2:55]
Antony Perry, Steven Tyler - [Compilation Kids will rock you #03] Walk this
way
[3:46]
F. Mercury (Queen) - [Compilation Kids will rock you #04] We are the champions
[3:07]
Pete Townhend - [Compilation Kids will rock you #05] My generation [3:19]
Roger Waters - [Compilati
D*****r
发帖数: 6791
7
同学醒醒,已经不是70年代了。定制化的compiler已经不是一种商业模式了。
compiler这个东西就像心中的圣女贞德,每当觉得有什么东西没法写到百分之百正确的
时候,想想做出compiler理论和实际程序的人
就想到仍然是可以逼近的。
当初人人都苦逼的写汇编的时候,你要说你会写compiler,那是相当吃香的。
现在你说你会写compiler,只能像秘密会社的上臂纹身,亮一亮,表示哥也是道上的。
会python的就像是职业打手,不是靠这些虚的,是靠打人挣命的,不排除他也有纹身,
但是不靠那个。

发帖数: 1
8
To meet the requirement of some commerical applications, we need some very
compact C/C++, which should be:
1). Small in size, the smaller the better, the greener the merrier (Ideally
the compiler should not require installation process to become workable).
2). Can compile to both x86 and x86-64 programs, targetting both Windows and
Linux platforms.
3).The complier will only be used to compile very short C/C++ programs (e.g.
no more than 20 lines), but the compilie time should be as short as
poss... 阅读全帖
b*******g
发帖数: 513
9
在大家的帮助下,总算找了一个IDE,写了一小段程序,compile后有一个错误,没看懂
。又run,结果说这个project还没compile.又 debug,同样说这个project还没compile.
很迷惑。这样看来debug和compile不是一回事。那么他们之间有啥区别?是不是一定要
compile之后没错才能run?后来还听说可以用lunix的ide.曾用过red hat.看来lunix在
一般的lap top 上都能装?如果是又该怎么装?好多不懂,问一下大家。多谢!
n*******t
发帖数: 6
10
for example:
我有两个function pointer, 分别指向两个不同function。
complie的时候,这两个function pointer就得到function地址了吗?
可以用两个function pointer之差来indicate 系统stack 是upward 还是downward吗?
FLAG的一个面试官说不可以,因为function pointer是compile time 得到地址的。
stack 是runtime形成的。
然后把我往网上上的一个很popular的解法上引导。
但是网上所有关于这个解法的讨论都说,是因为compiler 优化造成compile time 的地
址和stack 无关。 这样,不是把gcc 的优化去掉,或者标成volatile不就可以了吗?
再问一个base class 和 相应 derived class的memory layout 能说明stack grow
direction 吗?
面试官也说不行。说,就是扯上virtual inheritance, 也是compile stage的。
b******s
发帖数: 12
11
来自主题: DotNet版 - How to compile multiple file using vbc?
I am learning Visual Basic .Net right now. I encounter a problem and can not
find a solution. I have two classes A and B which are in two different source
files a.vb and B.vb.
Class A imports class B.
In a.vb, it has the following code at the beginning.
Imports B
But when I compile a.vb, the compiler gives me an error: Can not find B. I am
using the compiler vbc which comes for free with .Net Framework.
When I open Visual Studio .net and add a.vb and b.vb into a project, I can
compile both sourc
l******9
发帖数: 579
12
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of compiling C# in visual studion 2013 win 7
发信站: BBS 未名空间站 (Wed Nov 5 11:18:35 2014, 美东)
I am compiling C# (designed by others) on Visual Studio 2013.
But, in one of the projects, it has two key files that are password
protected.
The compiling (for debug) cannot be done because the key file cannot be
imported.
In the project property, I unchecked the "Sign the assembly" and then
deleted the two key files.
But, it s... 阅读全帖
l*l
发帖数: 26
13
来自主题: Programming版 - How to tell gcc stop compiling.
I put the following code into my progrm.
#if SOME_CONDITION
#error "SOME_CONDITION is not supported"
//tell compiler stop compiling.
#endif
//My other code goes here ......
But how to tell the compiler stop compiling????
l******9
发帖数: 579
14
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of compiling C# in visual studion 2013 win 7
发信站: BBS 未名空间站 (Wed Nov 5 11:18:35 2014, 美东)
I am compiling C# (designed by others) on Visual Studio 2013.
But, in one of the projects, it has two key files that are password
protected.
The compiling (for debug) cannot be done because the key file cannot be
imported.
In the project property, I unchecked the "Sign the assembly" and then
deleted the two key files.
But, it s... 阅读全帖
m*****e
发帖数: 126
15
来自主题: Unix版 - hOW CAN i COMPILE AND RUN FORTRAN?

First, you should tell us what is your operating system.
Since you post in this board, I suppose you are working on UNIX.
Usually, there are fortran compilers on Unix system. Try f77 or g77.
As a remark, this compiler is not very good. If you write small
programs, it should be OK. But if you are going to work on big
project, considering some commercial compiler. I am now us ABSOFT's
compiler. It is very nice.
l******9
发帖数: 579
16
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of compiling C# in visual studion 2013 win 7
发信站: BBS 未名空间站 (Wed Nov 5 11:18:35 2014, 美东)
I am compiling C# (designed by others) on Visual Studio 2013.
But, in one of the projects, it has two key files that are password
protected.
The compiling (for debug) cannot be done because the key file cannot be
imported.
In the project property, I unchecked the "Sign the assembly" and then
deleted the two key files.
But, it s... 阅读全帖
l*****e
发帖数: 150
17
来自主题: Computation版 - 高手用过matlab compiler没?求助
有一个matlab compiler问题弄的我头晕脑涨的,用过这个compiler的一定指点指点。
我在matlab中写了一个普通的*.m文件,在unix中用mcc 命令把*.m转化成stand-alone的
C文件, 然后用setenv指定
了matlab的 lib. 然后运行文件,到这里都没有什么问题,但就是给我一error,说data
不能打开。
所以很想知道要用这个compiler对数据type or上载有什么要求吗?我在.m中直接写
load *.txt。 我用的是compiler
version 2.3. 是不是必须要load *.mat,,可当我改成load *.mat,又说找不到相应
与数据名相同的variable. 究竟是
什么问题啊?
j******m
发帖数: 70
18
小弟现在在学C++
但怎么都没办法弄明白compiler到底怎么动作的,
只想找一个简单的C++ Compiler Software,
不需要什么IDE environment的, 有个.cpp and header file 就能用的那种
开始装了G++, 用不了, 设置了path, 但怎么也找不到complier,
试了个unix的也不行, 我用的是Windows 7 32bits,
现在用Visual C++ 倒是work, 但是那个 stdafx.h 实在太讨厌,
我学duffy那本书里的coding example 都要加这个东西, 实在太费事,
有没有简单好用的, 像Dr. Java 的 Java compiler那样,
有个source file就能学得。 Duffy 那本书里用的是什么compiler阿?
小弟先谢过了
j******m
发帖数: 70
19
小弟现在在学C++
但怎么都没办法弄明白compiler到底怎么动作的,
只想找一个简单的C++ Compiler Software,
不需要什么IDE environment的, 有个.cpp and header file 就能用的那种
开始装了G++, 用不了, 设置了path, 但怎么也找不到complier,
试了个unix的也不行, 我用的是Windows 7 32bits,
现在用Visual C++ 倒是work, 但是那个 stdafx.h 实在太讨厌,
我学duffy那本书里的coding example 都要加这个东西, 实在太费事,
有没有简单好用的, 像Dr. Java 的 Java compiler那样,
有个source file就能学得。 Duffy 那本书里用的是什么compiler阿?
小弟先谢过了
w*******y
发帖数: 60932
20
Every year I'm motivated to post this info as the "deals" start to roll out
for tax software, and people start scrounging for versions which include the
state tax filing, etc.
You may have seen me post this before - if so, this is just a reminder. I'
ve tried to check for broken links, and think I got them all up to date.
Most state sites don't go live until January 17th, so you may need to be
patient.
States with free e-file for all required to file:
Link:
https://www.ftb.ca.gov/individuals/ef... 阅读全帖
A*******1
发帖数: 985
21
来自主题: JobHunting版 - 推荐 C++/Compiler Jobs
一个猎头发过来的,不打算relocate到Boston,分享给感兴趣的朋友。
We have several new DIRECT HIRE software openings with 2 of our top Boston-
area R&D clients. Both clients offer relocation, amazing bonuses/profit
sharing & visa sponsor if needed. And they will consider RECENT PhD or
Masters grads from top CS or Engineering programs in the US!
C++ Compiler Developers (4 openings! Research co in Boston, MA):
Masters or PhD required & 3+ years professional or academic C++ COMPILER
development. If you've got this academic b... 阅读全帖
l******9
发帖数: 579
22
I am compiling C# (designed by others) on Visual Studio 2013.
But, in one of the projects, it has two key files that are password
protected.
The compiling (for debug) cannot be done because the key file cannot be
imported.
In the project property, I unchecked the "Sign the assembly" and then
deleted the two key files.
But, it still cannot be compiled because of the error of "cannot import the
key files" .
Any help would be appreciated.
Thanks !
c******k
发帖数: 5
23
可以学士身份申请,然后硕士博士连读。
如果感兴趣,有具体问题的话,可以写站内信给我。
或者直接向ANTONIO GONZALEZ发邮件询问。
几个网站可以知道研究组的情况:
http://research.ac.upc.edu/ARCO/
http://personals.ac.upc.edu/antonio/
==========================================================
Ph.D. Student Positions in Computer Architecture or Compiler
The Architecture and Compilers (ARCO) Research Group of the Universitat
Politècnica
de Catalunya at Barcelona (Spain) is seeking for students interested in
pursuing a PhD
in the area of Computer Architecture or Compilers.
W
c******k
发帖数: 5
24
可以学士身份申请,然后硕士博士连读。
如果感兴趣,有具体问题的话,可以写站内信给我。
或者直接向ANTONIO GONZALEZ发邮件询问。
几个网站可以知道研究组的情况:
http://research.ac.upc.edu/ARCO/
http://personals.ac.upc.edu/antonio/
==========================================================
Ph.D. Student Positions in Computer Architecture or Compiler
The Architecture and Compilers (ARCO) Research Group of the Universitat
Politècnica
de Catalunya at Barcelona (Spain) is seeking for students interested in
pursuing a PhD
in the area of Computer Architecture or Compilers.
W
g***l
发帖数: 2753
25
【 以下文字转载自 Programming 讨论区 】
发信人: gmail (Gmail is Nothing --Lanxiang/SJTU), 信区: Programming
标 题: ask a question about compile shared library using libtool
发信站: BBS 未名空间站 (Thu Apr 7 01:55:44 2011, 美东)
Sorry, no Chinese input here.
I met a strange issue when creating a shared library using libtool.
In this project,I am using two C files, base.c and base2.c, and one H header
file,base.h, to create libbasefunc.so. All the function declarations are
done in the header file and the function implement... 阅读全帖
s****d
发帖数: 5
26
Hi,
Sorry I can not type chinese here, do wish some Da Xia can help me with this
stupid compiling problem.
I inherit a system model which is wrote in c++ and include MATLAB engine. The
codes can be compiled well with Windows, but not Linux. I think I have
included the matlab library, but when I compile, it always complain with the
following error:
error: $MATLAB/bin/glnx86/libmx.so: undefined reference to '_throw'
I do not have MATLAB in my local Linux machine, all MATLAB is installed in our
net
T***B
发帖数: 137
27
来自主题: Programming版 - An interesting C++ compile error
When I compile the following code with g++, I got following error:
g++ tt.cpp
tt.cpp: In static member function `static void Derived::test()':
tt.cpp:36: no matching function for call to `Derived::foo(int)'
tt.cpp:23: candidates are: virtual int Derived::foo(int, int)
Seems the compiler doesn't try to look for the foo with 2 paras in the base
class if there is one foo method available in derived class. Any reason
compiler chooses to do this this way. How to make this thing work (elegantly
)?
Tha
g*********s
发帖数: 1782
28
来自主题: Programming版 - compiler created methods
is the following true?
copy ctor, assignment, and dtor are always created by the compiler if they
are not declared by the user.
default ctor, however, is created by compiler only when there's not any
user defined
ctor.
just feel the last one is weird. why compiler cannot create a default ctor
when a copy ctor defined?
p****r
发帖数: 165
29
where to create the macro in compiler configuration, so when compile, it
will only compile part of the code that is defined by the macro? something
like
\D Load_FILE
thanks.
l**********n
发帖数: 8443
30
来自主题: Programming版 - scalar compiler error on annotation
if the annotation has a parameter which allows default value, such as the
following:
String serialized() default "";
String value()
then the compiler cannot recognize the serialized parameter.
I am using a Intellij 10. don't know how to change the compiler inside
intellij.
On Intellij 12, you can change the compiler to avoid this problem.
S*A
发帖数: 7142
31
bootstrap 是给 compiler 自己 compiler 自己。
例如有个新的 C compiler, 就叫 clang 吧。
clang 最早是用 gcc 开发出来的,当 clang 成熟到
一定程度的时候,就可以用 clang 来取代 gcc 来
编译 clang 自己。那末以后版本的 clang 就可以
不依赖于 gcc 了。bootstrap 大概就是这个意思吧。
k**********g
发帖数: 989
32
来自主题: Programming版 - Compiler

From the user's (normal programmers) point of view, it is sufficient to:
* Learn at least one imperative programming language
* Learn at least one functional programming language
* Learn at least one dynamic or scripting language
* Learn disassembly, or introduction to CPU (registers, cache etc.)
* Learn a bunch of "terms" for compiler optimization.
Basically, knowing the types of optimizations that the compiler performs
helps you write code that executes fast.
It doesn't require one to know h... 阅读全帖
z****e
发帖数: 54598
33
为啥要再compile?
你能下到的是jar文件
你要compile需要反编译
还有jre不是jdk,jre不能compile任何东西,只能运行byte code
b******y
发帖数: 9224
34

我全部自己写的一个java based recursive descent parser,工作量不小。分析优化
,这个要看具体需求了,我做的是可以用来作为template engine的,速度上足够了。
当然,很多人做compiler,都是用tools生成,那当然非常复杂了,也有很多优化,但
我的目的不是用工具,而是说学习compiler,所以自己从头到尾写一个出来才掌握的牢
靠。
话说,java的compiler原先也是recursive descent的,也就是说,是可以用手写的。
r****t
发帖数: 10904
35
There should be a way to compile part (a region) of the file in WinEdt, I
guess?
That way you don't need to wait for compiling the whole file if what you
want to see is the compiled result of a region.

's
c***e
发帖数: 542
36
【 以下文字转载自 Programming 讨论区 】
发信人: cycle (wolfpack), 信区: Programming
标 题: Solaris CC compiler 如何从pipe读取文件,而不是从硬盘?
发信站: BBS 未名空间站 (Thu Jan 28 14:14:53 2010, 美东)
程序需要在runtime生成C code, 但是不能在
硬盘上建立C文件,需要直接将code用某种方法
送给Solaris CC compiler 编译,请问如何让
compiler从pipe或者file stream 读取文件呢?
f**c
发帖数: 791
37
【 以下文字转载自 Linux 讨论区 】
发信人: ffgc (■■), 信区: Linux
标 题: about compiling new glibc/gcc in fc14
发信站: BBS 未名空间站 (Wed May 8 19:11:50 2013, 美东)
just curious: if i compile new versions of glibc (like 2.16) and gcc (like 4
.7) and override the default versions (glibc 2.13 and gcc 4.5) under fc14,
will programs compiles using old versions have problem?
do not want to upgrade to higher versions of fedora, but still need to use
some programs that require newer versions of glibc/gcc
thanks,
g***i
发帖数: 90
38

this might help a little bit:
Calling C from Fortran
The Unix portable Fortran-77 compiler ('f77') is written almost entirely in C.
The second pass of the compiler is the same one used by the C compiler, and
most 'f77' library routines are simply interfaces to corresponding C library
routines. However, since Fortran does not support data structures like those
used in C, you may not be able to take advantage of all the functionality that
the 'curses' library offers. Manipulating windows with '
t******q
发帖数: 117
39
what is Fortran compiler for windows?
why do you use linux g77/f77 fortran compiler?
or you may try cygwin g77/f77 fortran compiler under windows
all are free, works great.
l********r
发帖数: 175
40
When trying to compile lammps source code using fftw-2.1.5 and intel
compiler, I always got following error message:
fft_3d.o: In function `fft_3d_destroy_plan_c':
fft_3d.c:(.text+0x1788): undefined reference to `fftw_destroy_plan'
fft_3d.c:(.text+0x1793): undefined reference to `fftw_destroy_plan'
fft_3d.c:(.text+0x17a3): undefined reference to `fftw_destroy_plan'
fft_3d.c:(.text+0x17ae): undefined reference to `fftw_destroy_plan'
fft_3d.c:(.text+0x17b9): undefined reference to `fftw_destroy_pl
l******n
发帖数: 9344
41
I am saying ifort is slow from my own experience, and it depends on my
machine of course. For compiling the same program, pfg90 and mpif90 is much
faster than ifort for me.
mixing compilors is doable, but you need to figure out the settings and all
the flags. Different compiler has different default setting, so reading the
whole manual is must. There also might be something which has not a
counterpart in others, this is very bad.

gfortran,
have
a******6
发帖数: 78
42
Hello.
I am now trying to compile a C file containing the routine "ssyev" in lapack
. I am supposed to use some compiler options such as :
gcc -L/usr/lib -lgsl -lgslcblas -llapack -lblas -lm -o dsyev_test dsyev_
test.c
However, I have not found what compiler options to add.
Any ideas?
Thanks a lot.
I***a
发帖数: 704
43
来自主题: EE版 - Design Compiler综合FPGA问题
1, Design Compiler综合FPGA,提供的cell只包括LUT/register, 不包括swich box,
对吗?LUT的cell description一般是怎样的?
如何表示这个4-input LUT:
0000->可配置
0001->可配置
0010->可配置
...
1111-> 可配置
2. Design Compiler综合FPGA得到的是由LUT/register表示的netlist, 就必然包括了
对LUT的配置位,这些在netlist里面是如何体现的?
例如这个4-input LUT:
0000->1
0001->0
0010->0
...
1111-> 1
3. Design Compiler综合FPGA得到的是由LUT/register表示的netlist, 只包括对LUT的
配置位, 不包括LUT/register的Placement和Switch Box的配置位,
那么LUT/register的Placement和Switch Box的配置位是由什么工具得到的?
Thanks.
I***a
发帖数: 704
44
我可以先去掉clk的dont_touch_network属性,然后利用已经设置的set_driving_cell和set_max_transition,进行incremental
compile给clk加上buffer,
但是这个不是clock tree synthesis啊,因为没有对插入buffer后clk的skew进行约束.
Design Compiler是不是没有CTS的功能? 因为Design Compiler没有提供set_max_skew(Quartus II 有这个命令)这样的命令。
thanks.
c******k
发帖数: 5
45
可以学士身份申请,然后硕士博士连读。
如果感兴趣,有具体问题的话,可以写站内信给我。
或者直接向ANTONIO GONZALEZ发邮件询问。
几个网站可以知道研究组的情况:
http://research.ac.upc.edu/ARCO/
http://personals.ac.upc.edu/antonio/
==========================================================
Ph.D. Student Positions in Computer Architecture or Compiler
The Architecture and Compilers (ARCO) Research Group of the Universitat
Politècnica
de Catalunya at Barcelona (Spain) is seeking for students interested in
pursuing a PhD
in the area of Computer Architecture or Compilers.
W
b*******g
发帖数: 513
46
说说我干的东西吧,我装了 dev c++,compiler 我用MinGW,我也不懂到底该怎么装
compiler,就下载了一个MinGW,让它run,一步一步的。也不知道是不是应该在dev c++里
边装 MinGW?总之我的dev c++和MinGW是独立装的。不知这样对吗?如果不对,正确的
又是怎样的?然后我在dev里面,新建了一个project,打开这个project后看到一堆代码
。我也看不懂。就接着这堆代码写了一个最最简单的cpp程序:
#include
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
然后,我excute->compile &run
得到这样一些东西,在dev c++的底部:
[Linker error] undefined reference to `__cpu_features_init'
ld returned 1 exit status
F:\Dev-Cpp\Makefile.win [Build Error] [Proje
w*******y
发帖数: 60932
47
Harry Potter and the Deathly Hallows, Part 2 was released in theaters on
July 15th, 2011 in 2D & 3D. It earned over $380 million dollars domestically
and over $1.3 billion worldwide, making it the 13th highest grossing movie
ever domestically and the 3rd highest grossing movie worldwide. It is also
the highest grossing movie of 2011. Basically, the movie and the franchise
made a ton of money. That would explain why Warner Brothers CEO Barry Meyer
was kind enough to give JK Rowling a white gold ... 阅读全帖
i**********b
发帖数: 77
48
来自主题: JobHunting版 - 避免compile-time从heap申请空间
在global 空间用 new
请问,这样new申请的空间是在compile-time完成的还是run-time完成的?
怎么避免compile-time从heap申请空间呢?
谢谢
w****g
发帖数: 206
49
【 以下文字转载自 Programming 讨论区 】
发信人: wooing (woo), 信区: Programming
标 题: 求助:有用portland compiler 的么?
发信站: BBS 未名空间站 (Mon Nov 1 21:42:17 2010, 美东)
老板让我试着用portland的compiler build code,以前一直用intel的,这两个之间的
flag是怎么对应的啊?
CC=icc
CXX=icpc
LINK=icpc
AR="/usr/bin/ar cru"
RANLIB=/usr/bin/ranlib
DEPENDFLAG="-MM"
REL_FLAGS="-fPIC"
SO_LIBS=""
CPPFLAGS="-Wall"
OPT_CPPFLAGS="-O2 -DNDEBUG"
DBG_CPPFLAGS="-O0 -g -DDEBUG"
DO_64BITS=1
ARCH_DIR="$canonical_name_guess"
SYS_LIBS="-i-static"
;;
... 阅读全帖
h*********n
发帖数: 11319
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)