Tcl Source Code

View Ticket
Login
Ticket UUID: 540390
Title: --disable-shared on OSF
Type: Bug Version: obsolete: 8.3.3
Submitter: dgp Created on: 2002-04-07 00:33:55
Subsystem: 53. Configuration and Build Tools Assigned To: mdejong
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-05-22 01:18:33
Resolution: Fixed Closed By: mdejong
    Closed on: 2002-05-21 18:18:33
Description:
>From "Keith Johnson" <[email protected]>

With some help, I can now generate a STATIC version of
Tcl8.3.3

By adding 4 lines to the configure.in file, things work
correctly.  Line
423 is an 'else' statement, and if one puts the
following four lines 
just
before the else statement, then I think the problem
will go away:

     case $system in
           OSF*)
              LDFLAGS="-non_shared";;
     esac

else
User Comments: mdejong added on 2002-05-22 01:18:32:
Logged In: YES 
user_id=90858

I did not get any feedback, but this patch seems right so I
checked it in.

mdejong added on 2002-04-08 23:10:15:

File Added - 20785: osf_shared.patch

Logged In: YES 
user_id=90858

Could someone test out the attached patch on an
OSF system and see if it works? I am not sure why
there is another platform case on the value of
SHARED_BUILD in configure.in but it seems like
tcl.m4 is a better place for this sort of thing.

Attachments: