[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::axp-developer

Title:Alpha Developer Support
Notice:[email protected], 800-332-4786
Moderator:HYDRA::SYSTEM
Created:Mon Jun 06 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3722
Total number of notes:11359

3307.0. "Bucher & Suter - Point 22416" by KZIN::ASAP () Wed Mar 12 1997 03:29

    Company Name :  Bucher & Suter - Point 22416
    Contact Name :  Thomas Renner
    Phone        :  +413191752 00
    Fax          :  +41319175250
    Email        :  [email protected]
    Date/Time in :  12-MAR-1997 08:29:19
    Entered by   :  Pauline Snyder
    SPE center   :  REO

    Category     :  unix
    OS Version   :  4
    System H/W   :  


    Brief Description of Problem:
    -----------------------------

From:	ESSB::ESSB::MRGATE::"ILO::ESSC::dlennon" 11-MAR-1997 16:29:22.95
To:	RDGENG::ASAP
CC:	
Subj:	POINT No. 22416, Bucher & Suter

From:	NAME: ESCTECH@ILO          
	TEL: (822-)6704          
	ADDR: ILO                  <dlennon@ESSC@ILO>
To:	ASAP@RDGENG@MRGATE


Hello - 

POINT Log Number	 22416

Company Name 	Bucher & Suter

Engineers name	Thomas Renner

Telephone Number 	+413191752 00

Fax Number		+41319175250

E-mail Address	[email protected]

Operating System, Version	UNIX, V4.0

Platform			Alpha

Problem Statement		

                               INTEROFFICE MEMORANDUM
  
                                          Date: 11-Mar-1997 03:30pm
                                          From: 
  [email protected]@PMDF@INTERNET
                                          Dept: 
                                          Tel No:   
  
  Subject:  ADA V3.3
  
  
As discussed by phone I send you a description of our Ada Errors:

Version:  DEC Unix V4.0 564
          DEC Ada  V3.3

The Ada is new installed, it is the first try to port our software from
Ada V3.2 
to Ada V3.3. I can compile and link all the packages without an Error or
Warning. When
I start the program the following messages appears immediatly:

3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__g_kernel_critical
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__strncmp
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__strlen
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__gets
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__deb_fac_to_client
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__deb_set_alert
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__deb_set_next_thread
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__deb_set
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__deb_get_context
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__deb_next_tcb
3830:bskis: /sbin/loader: Error: unresolvable symbol in
/usr/shlib/libada.so: cma__deb_anytcb_to_tcb
3830:bskis: /sbin/loader: Fatal Error: this executable has unresolvable
symbols

The program terminates after this messages.


The same happens with other programs like:

with Text_IO; use Text_IO;

procedure Test is
begin
  Put_Line ("Hello");
end Test;



email to: [email protected]
------------------------

Thomas Renner


T.RTitleUserPersonal
Name
DateLines
3307.1versions or symbolic linkRDGENG::SNYDER_PThe speed of time is best set to 1sec/secFri Mar 14 1997 09:4658
To: [email protected], [email protected]
Cc: [email protected]
Subject: Re: Digital ASAP call 22416, Bucher & Suter  
Date: Wed, 12 Mar 97 09:37:59 +0000
From: "Pauline Snyder" <pauline>
X-Mts: smtp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From:  Pauline Snyder                      Loc: REO/F8    DTN: 830 4096
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thomas,

This problem is most probably due to inconsistent compiler and runtime
library versions.

The versions of the relevant subsets should be
ADABASE330           installed  DEC Ada V3.3 Primary Subset
ADADOC330            installed  DEC Ada V3.3 Release Notes
ADAEXA330            installed  DEC Ada V3.3 Examples
ADALIB401            installed  DEC Ada runtime library for Digital UNIX V4.0
ADAMAN330            installed  DEC Ada V3.3 Reference Pages
ADAPAL330            installed  DEC Ada V3.3 Predefined Library

You may also see
ADALIB331            installed  DEC Ada runtime library
ADALIB322            installed  DEC Ada runtime library for Digital UNIX V3.2G

Also check that /usr/shlib/libada.so is a symbolic link to
    /usr/lib/cmplrs/ada_401/lib/libada.so

If your system is not installed as above then you need to reinstall the 
UNIX 4.0 version of the runtime library (or other components) and re-check 
the link afterwards.

If your system installation is as above then to help me investigate
further please mail me at the e-mail address below with:-

The output from 'setld -i '
Your makefile
The output from 'file /usr/shlib/libada.so'
The output from 'file <your executable>'

Can you also confirm your preferred e-mail address as I have been 
given both of the two above addresses for you.  Thank you.

Best regards,

Pauline

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pauline Snyder                    Software Partner Engineering, Reading
Digital Equipment Company Ltd.    
Digital Park,  Worton Grange                      
Imperial Way                                 email: [email protected]
Reading  RG2 0TE                             tel:      +44.118.920.4096
England                                      fax:      +44.118.920.4146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
=======================================================================
3307.2link fixedRDGENG::SNYDER_PThe speed of time is best set to 1sec/secFri Mar 14 1997 09:4729
From: "Renner, Thomas" <[email protected]>
To: "'[email protected]'" <[email protected]>
Subject: DEC ADA, Error with libada.so
Date: Wed, 12 Mar 1997 17:12:05 +0100
X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Your Mail:
DigitalASAPcall22416Bucher&Suter

>From Pauline Snyder   Loc: REO/F8  DTN: 830 4096


Re:
Pauline,

The link in /usr/shlib/libada.so was wrong. Now it works much better.
Thanks!

Dont't worry about our e-mail address. At moment it changes often. 
Send your mail to my privat box [email protected] . I will send the 
correct e-mail address to ASAP as soon the company address is fixed.

Best regards

Thomas Renner
[email protected]