473,395 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Undefined symbol __rtaccess() error

While porting code from SUN 4.2 compiler to SUN 6.2 ( forte) compiler using
compatiblity (compat) mode, the following error occurs. If any one knows
solution for this problem please let me know. your reply will be highly
appreciated.

CC -O -DSVR4 -I/vobs/devel/include -DOWTOOLKIT_WARNING_DISABLED
-DDEV_CHECKS -D_REENTRANT -compat -library=rwtools7
-features=no%conststrings -I../Common -I/vobs/devel/include -features=rtti
-mt VX_TIF.o LoadSaveManager.o -L. -lsocket -lnsl -L -lxdisputl -Bstatic
-lsec -Bdynamic -lxdisputl -R/usr/openwin/lib -L/usr/openwin/lib -lxview
-lolgx -lX11 --lm -lsunmath -lintl -o VX_TIF

Undefined first referenced
symbol in file
__rtaccess(Observable&) LoadSaveManager.o
ld: fatal: Symbol referencing errors. No output written to VX_TIF
*** Error code 1
clearmake: Error: Build script failed for "VX_TIF"
Jul 22 '05 #1
2 1451
"fredy" wrote:
While porting code from SUN 4.2 compiler to SUN 6.2 ( forte) compiler using
compatiblity (compat) mode, the following error occurs. If any one knows
solution for this problem please let me know. your reply will be highly
appreciated.


Seams like this symbol might be in libC.*. Did you read CC -readme? Then
you should post to a compiler specific newsgroup.
Jul 22 '05 #2
Jo,
I am dealing with a very similar problem right now.
The __rtaccess symbol is defined for each class because
we have runtime type information enabled for our programs
using -features=rtti. I am not sure why in the port from
old to new sun compiler things are having problems. If you
do not need -features=rtti, then you can remove the option and maybe all
will be well. If you do <dynamic_cast> anywhere, you cannot remove this
option. If you solve this
problem any other way than removing -features=rtti, I would be very
interested in hearing what you did. Thanks!
Jim

Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jay Steiner | last post by:
Can someone explain this error to me? I am compiling on solaris 2.6 using the Sun 5.0 C++ compiler. I have RTTI turned on as well as -compat. I *think* it's some kind of roguewave problem,...
1
by: Stu | last post by:
I am trying to build the xerces shared library with 2.3.0 version of their source code on an AIX 5.1 32 bit machine with the following version of the g++ compiler /usr/local/bin/g++ -v Reading...
0
by: pervinder | last post by:
Hi, I have a c++ application which depends on some other libs which uses stlport When i build the application, it works fine on sun/linux/hp platform. (provided the .a for the dependency libs) ...
2
by: el prinCipante | last post by:
I am a total novice. And granted this probably is a very simple question, it still stops me from finishing my thesis. Thanks in advance for any postings. I am using a library routine and...
4
by: r.nikhilk | last post by:
Hi, We are porting C++ applications from 32 bit to 64 bit on AIX platform. (The current version of AIX is 5.3 and xlC verison is 8.0). We are able to compile the applications by including the...
8
by: pavan734 | last post by:
Hello, Please excuse me as Iam not posting this to correct group. I have a parser code obtained from flex command. I have many other files. When I compile them Iam getting a message like:...
1
by: yamitmehta | last post by:
When I compile to code using g++arm of VxWorks 5.5 and put it on my board i get the follwing undefined symbols:- Cpool and Csingleton are template classes. CPool has the static member...
1
by: Justin Johnson | last post by:
Hello, I'm trying to build Python 2.5.0 on AIX 5.3 using IBM's compiler (VisualAge C++ Professional / C for AIX Compiler, Version 6). I run configure and make, but makes fails with undefined...
1
by: Michel Esber | last post by:
People, Environment: Linux AS4 I have just installed db2 v9.5 + Fixpak 2 on a machine that has db2 v8 up and running, but I am unable to create and instance: # ./db2icrt -a SERVER -p...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.