Compiler error says


 
Thread Tools Search this Thread
Operating Systems Solaris Compiler error says
# 1  
Old 12-02-2011
Compiler error says

Hi all,

I am running a build compilation on every week Thursday's through cronjob on a NFS mounted Solaris Machine (btbisol1-sun4u sparc SUNW,Ultra-5_10 ) .this Solaris machine is an diskless machine mounted on a linux box (btblnx).

I face report as 'fail' biweekly (pass for one week and fail for the other week)

Comparing both the logs I can find an following extra line added in failure build log

"cg: IR version = 0.0.0, expected 4.2.19"

which is not present in passed build.

Please advice me how to avoid this controversy.

Thanks in Advance.

Regards,
goodlucky

---------- Post updated at 12:34 AM ---------- Previous update was at 12:32 AM ----------

And also failure log shows following error

undefined first referenced
symbol in file
h_append parseTemplate.o
ld: fatal: Symbol referencing errors. No output written to ldeConfig

PLease help.
# 2  
Old 12-02-2011
I do no think it is something you should fix - it is a programming error - one of the symbols for a function is not available. Without seeing everything nobody can give you a definitive answer.

Short answer: you have a version mismatch in some member of your source or runtime.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

SHC Compiler [ERROR] AIX

Hello there, I’m compiling a shell script under UNIX AIX 5.3 operating system. I’m facing a “glitch” when I tried to run the .x file AIX sent the error message “Killed”. # rpm -qa libgcc-4.2.0-3 libstdc++-4.2.0-3 gcc-4.2.0-3 libstdc++-devel-4.2.0-3 gcc-c++-4.2.0-3 # make *** ... (2 Replies)
Discussion started by: micrinho
2 Replies

2. UNIX for Dummies Questions & Answers

GCC compiler Ld fatal error

Hi all I'm trying to install sudo. When I first ran the sudo configure script it errored saying that I didn't have a C compiler. I have since installed the GCC 3.4.6 package for sol8 from sun freeware. Doing that resolved the no C complier found error. I was then getting an error saying... (1 Reply)
Discussion started by: Donkey25
1 Replies

3. Ubuntu

./configure command Error while trying to install GCC compiler on unix machine

Hi, I need to install the GCC compiler on a my Linus machine. First step is to run the ./configure command and here we need to specify ./configure --target="target machine name (CPU type-Manufacturer-OS) or other way would be just give the command ./configure and it guesses the target name... (11 Replies)
Discussion started by: viji19812001
11 Replies

4. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

5. HP-UX

gcc error..compiler cannot create executables

Hi I have locally compiled and installed gcc-4.1.2 in directory /usr/local/pkg/gcc/4.1.2/bin/gcc I want to compile beecrypt using this new compiler , So i have done setenv CC usr/local/pkg/gcc/4.1.2/bin/gcc ( Note this configuration is running properly with older version of... (1 Reply)
Discussion started by: vasanthan
1 Replies

6. Programming

New to C/gcc compiler - compile error.

I am new to comiling c/c++ programs with gcc compilier unix - AIX version 5.3 gcc compiler version - 4.0.0 My makefile. # makefile 1.0 08/20/98 #CC = cc CC = gcc ESQL = esql CFLAGS = -Wall DBSLIB= DBSLIB=-L${INFORMIXDIR}/lib/esql -L${INFORMIXDIR}/lib `esql -libs` ALL = hds_near... (9 Replies)
Discussion started by: anish
9 Replies

7. HP-UX

aCC compiler error - Redefined symbols

I got this error while compiling in aCC compiler. Error 173: "/opt/aCC/include_std/limits", line 694 # Redefined symbol 'numeric_limits<int>'; previously defined at . _RWSTD_SPECIALIZE_LIMITS (bool, int, _RWSTD_BOOL) ^^^^^^^^^^^^^^^^^^^^^^^^ Error... (2 Replies)
Discussion started by: onlyforforum
2 Replies

8. UNIX for Dummies Questions & Answers

LyX-1.4.3 compiler error on redhat-7.3

Hi There, I'm trying to install LyX 1.4.3 on a machine running Redhat 7.3. I can't upgrade the OS since I don't have root, but I've been given permission to install sw into pkgs by the Sys Admins. ./configure using the Qt frontend worked, but when I then enter make I get: make: Entering... (3 Replies)
Discussion started by: dirgni
3 Replies

9. Shell Programming and Scripting

Error: Compiler out of memory

Dear friends, please tell me why I am getting "Error: Compiler out of memory" message when I run a make file on unix environment. the same makefile was running without any problem previously. but now it's giving that error message. Kindly tell me what might be the solution for this. please... (1 Reply)
Discussion started by: swamymns
1 Replies
Login or Register to Ask a Question