|
Home > Archive > Unix Programming > January 2004 > Re: 1254-002 Cannot find a rule to create target /u02/apps_r/dev/ben/lib/fcfz02.a from
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: 1254-002 Cannot find a rule to create target /u02/apps_r/dev/ben/lib/fcfz02.a from
|
|
| simduss@hotmail.com 2004-01-23, 4:52 pm |
| joe@invalid.address wrote in message news:<m3he2f1xve.fsf@invalid.address>...quote:
> simduss@hotmail.com writes:
>
>
> What is fcfz02.a? If it's really a library, you need to add it to your
> link line, giving the directory it's in.
>
> If this is something you're building it would be better to name it
> libfcfz02.a, then you wouldn't need to hard code a path in the
> makefile (use -L instead).
>
> It's hard to say how to fix the makefile with so little information
> though. How about posting the makefile?
>
> Joe
Hi,
Here is the explanation of the compiling error:
Our script that built the makefile use a parameter file that contains
a variable BINDIR, like env_precomp.mk contains now. We renamed this
variable inside of our parameter file and the problem fixed.
Thanks,
Simon.
| |
| simduss@hotmail.com 2004-01-23, 4:52 pm |
| joe@invalid.address wrote in message news:<m3he2f1xve.fsf@invalid.address>...quote:
> simduss@hotmail.com writes:
>
>
> What is fcfz02.a? If it's really a library, you need to add it to your
> link line, giving the directory it's in.
>
> If this is something you're building it would be better to name it
> libfcfz02.a, then you wouldn't need to hard code a path in the
> makefile (use -L instead).
>
> It's hard to say how to fix the makefile with so little information
> though. How about posting the makefile?
>
> Joe
Hi,
Here is the explanation of the compiling error:
Our script that built the makefile use a parameter file that contains
a variable BINDIR, like env_precomp.mk contains now. We renamed this
variable inside of our parameter file and the problem fixed.
Thanks,
Simon.
| |
| simduss@hotmail.com 2004-01-23, 5:06 pm |
| joe@invalid.address wrote in message news:<m3he2f1xve.fsf@invalid.address>...quote:
> simduss@hotmail.com writes:
>
>
> What is fcfz02.a? If it's really a library, you need to add it to your
> link line, giving the directory it's in.
>
> If this is something you're building it would be better to name it
> libfcfz02.a, then you wouldn't need to hard code a path in the
> makefile (use -L instead).
>
> It's hard to say how to fix the makefile with so little information
> though. How about posting the makefile?
>
> Joe
Hi,
Here is the explanation of the compiling error:
Our script that built the makefile use a parameter file that contains
a variable BINDIR, like env_precomp.mk contains now. We renamed this
variable inside of our parameter file and the problem fixed.
Thanks,
Simon.
| |
| simduss@hotmail.com 2004-01-23, 5:18 pm |
| joe@invalid.address wrote in message news:<m3he2f1xve.fsf@invalid.address>...quote:
> simduss@hotmail.com writes:
>
>
> What is fcfz02.a? If it's really a library, you need to add it to your
> link line, giving the directory it's in.
>
> If this is something you're building it would be better to name it
> libfcfz02.a, then you wouldn't need to hard code a path in the
> makefile (use -L instead).
>
> It's hard to say how to fix the makefile with so little information
> though. How about posting the makefile?
>
> Joe
Hi,
Here is the explanation of the compiling error:
Our script that built the makefile use a parameter file that contains
a variable BINDIR, like env_precomp.mk contains now. We renamed this
variable inside of our parameter file and the problem fixed.
Thanks,
Simon.
|
|
|
|
|