Re: "BLOCK DATA" blues
From: Michael Yoshpe (myoshpe_at_
Date: 12/28/04
- Next message: Gordon Sande: "Re: "BLOCK DATA" blues"
- Previous message: Steve Lionel: "Re: "BLOCK DATA" blues"
- In reply to: Steve Lionel: "Re: "BLOCK DATA" blues"
- Next in thread: Pierre Asselin: "Re: "BLOCK DATA" blues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Dec 2004 16:35:23 +0200
Already did that, with same results... The tables are still blank
"Steve Lionel" <steve.lionel@NOintelSPAM.com> wrote in message
news:btqdnbqpHp3v80zcRVn-sg@comcast.com...
> Michael Yoshpe <myoshpe@ wrote:
> > But recently i
> > decided to build a static library from all fortran routines, and include
the
> > project that builds this library as a depended project. Suddenly, all
the
> > tables that were initiated with BLOCK DATA became blank. Any
suggestions?
>
> Add the line:
>
> external block_data_name
>
> (where block_data_name is the name of your BLOCK DATA subprogram) to the
> main program. This is a common issue across compilers and platforms
> when using libraries. The linker need to know to pull in the object
> code that does the initialization.
>
> Steve
- Next message: Gordon Sande: "Re: "BLOCK DATA" blues"
- Previous message: Steve Lionel: "Re: "BLOCK DATA" blues"
- In reply to: Steve Lionel: "Re: "BLOCK DATA" blues"
- Next in thread: Pierre Asselin: "Re: "BLOCK DATA" blues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|