473,583 Members | 2,878 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

1254-002 Cannot find a rule to create target /u02/apps_r/dev/ben/lib/fcfz02.a from dependencies.

Hi,
First of all, I'm a beginner with Unix.

I have a "make" (Unix command) problem with a Pro*C sub-program since
I installed Oracle8i (before I was at 7.3.4). I have a script builder
that generate a makefile (that include env_precomp.mk) and launch this
makefile after. So, I receive this error:
make: 1254-002 Cannot find a rule to create target
/u02/apps_r/dev/ben/lib/fcfz02.a from dependencies.

Also, I can launch the makefile with "make" command at prompt
(re-using the makefile generated) and I have the same error. So I
launched the "make" command with debug option. After a "Suff_FindD eps"
instruction I saw that:
"Examining /u02/apps_r/dev/ben/lib/fcfz02.a...non-existent...non-existent
and no sources...out-of-date." and my error follow. See:

....
Suff_FindDeps (all)
No known suffix on all. Using .NULL suffix.
all:@ = all
all:* = all
all:< =
No valid suffix on all.
failed. Returning NULL
Suff_FindDeps (/u02/apps_r/dev/ben/lib/fcfz02.a)
trying /u02/apps_r/dev/ben/lib/fcfz02.c...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.c...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.f...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.f90...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f90... not there
trying /u02/apps_r/dev/ben/lib/fcfz02.f95...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f95... not there
trying /u02/apps_r/dev/ben/lib/fcfz02.F...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.F...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.s...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.C...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.C...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.c...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.y...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.y...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.l...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f90... not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f95... not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.F...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.C...no t there
/u02/apps_r/dev/ben/lib/fcfz02.a:@ = /u02/apps_r/dev/ben/lib/fcfz02.a
/u02/apps_r/dev/ben/lib/fcfz02.a:* = /u02/apps_r/dev/ben/lib/fcfz02
/u02/apps_r/dev/ben/lib/fcfz02.a:< =
Examining /u02/apps_r/dev/ben/lib/fcfz02.a...non-existent...non-existent
and no sources...out-of-date.
/u02/apps_r/dev/ben/lib/fcfz02.a:? =
/u02/apps_r/dev/ben/lib/fcfz02.a:> =
make: 1254-002 Cannot find a rule to create target
/u02/apps_r/dev/ben/lib/fcfz02.a from dependencies.
Stop.

I hoped to have something like "got it." instead of "Examining. ..".

The "No known suffix on all. Using .NULL suffix." is also there with
env_precomp.mk of 7.3.4 version:

....
Suff_FindDeps (all)
No known suffix on all. Using .NULL suffix.
all:@ = all
all:* = all
all:< =
No valid suffix on all.
failed. Returning NULL
Suff_FindDeps (/u02/apps_r/dev/ben/lib/fcfz02.a)
trying /u02/apps_r/dev/ben/lib/fcfz02.c...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.c...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.f...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.f90...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f90... not there
trying /u02/apps_r/dev/ben/lib/fcfz02.f95...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f95... not there
trying /u02/apps_r/dev/ben/lib/fcfz02.F...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.F...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.s...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.C...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.C...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.c...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.y...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.y...no t there
trying /u02/apps_r/dev/ben/lib/fcfz02.l...not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f90... not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.f95... not there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.F...no t there
trying /u02/apps_r/dev/ben/lib/s.fcfz02.C...no t there
/u02/apps_r/dev/ben/lib/fcfz02.a:@ = /u02/apps_r/dev/ben/lib/fcfz02.a
/u02/apps_r/dev/ben/lib/fcfz02.a:* = /u02/apps_r/dev/ben/lib/fcfz02
/u02/apps_r/dev/ben/lib/fcfz02.a:< =
....

In fact, fcfz02.a is not in /u02/apps_r/dev/ben/lib but with 7.3.4
env_precomp.mk no attention is given to that. Why now the compilation
is stopped?

Thanks,
Simon.
Nov 13 '05 #1
4 8434
<si*****@hotmai l.com> wrote in message
news:a8******** *************** **@posting.goog le.com...
Hi,
First of all, I'm a beginner with Unix.

I have a "make" (Unix command) problem with a Pro*C sub-program since
I installed Oracle8i (before I was at 7.3.4).


http://www.angelfire.com/ms3/bchambl...me_to_clc.html

-Mike
Nov 13 '05 #2
si*****@hotmail .com wrote in message news:<a8******* *************** ***@posting.goo gle.com>...
Hi,
First of all, I'm a beginner with Unix.


This isn't a Unix newsgroup. This newsgroup is solely concerned with
ANSI/ISO Standard C, as well as historic pre-Standard K&R C (that is,
the language as described in the first edition of the book "The C
Programming Language" by Kernighan and Ritchie).

If you want an answer to a Unix question, ask in a different
newsgroup.

<snip tremendous amount of absolute crap>

Eh, do you expect us to decode the spewings of your make program? Do
you expect comp.lang.c to care at all about a system-specific problem?

If you do, you need a clue.
Nov 13 '05 #3
li************* **@yahoo.com (August Derleth) wrote in message news:<b6******* *************** **@posting.goog le.com>...
si*****@hotmail .com wrote in message news:<a8******* *************** ***@posting.goo gle.com>...
Hi,
First of all, I'm a beginner with Unix.


This isn't a Unix newsgroup. This newsgroup is solely concerned with
ANSI/ISO Standard C, as well as historic pre-Standard K&R C (that is,
the language as described in the first edition of the book "The C
Programming Language" by Kernighan and Ritchie).

If you want an answer to a Unix question, ask in a different
newsgroup.

<snip tremendous amount of absolute crap>

Eh, do you expect us to decode the spewings of your make program? Do
you expect comp.lang.c to care at all about a system-specific problem?

If you do, you need a clue.


Sorry.
Nov 13 '05 #4

"August Derleth" <li************ ***@yahoo.com> wrote in message
news:b6******** *************** *@posting.googl e.com...
<snip tremendous amount of absolute crap>

Eh, do you expect us to decode the spewings of your make program? Do
you expect comp.lang.c to care at all about a system-specific problem?

If you do, you need a clue.


And which finishing school expelled *you* for arson, then??
Nov 13 '05 #5

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

Similar topics

29
2889
by: Damian Brown | last post by:
www.phpexpert.org
15
2033
by: Cem Louis | last post by:
Hi to all, I have the following html mail sender code written in php. It is working properly but my problem is, code doesn't send the text correctly which is in the varible "$mesaj". Code sends some unreadable text. Any help would be appreciated, Thanx all. Note: I put the sample image of the problem in: http://www.wiliw.com/problem2.gif ...
6
3527
by: bayram guzer | last post by:
hi everybody, i have very strange error. i can not see some of the asp pages on my browser. when i look from view source, all the source is there but browser does not show anything, just an empty page. Does anybody have idea about this ?
1
1576
by: Brynn | last post by:
My function versus the Int(DateDiff()) approach Here was the code used ... then the results By the way, my function and aspfaq.com's calculations are equal (and correct for that matter). <%
3
1653
by: Savas Ates | last post by:
i looked at msdn page an found the Turkish Codepade=1254 my code is <%@LANGUAGE="VBSCRIPT" CODEPAGE="1254" %> <% citytr="Iðdýr" response.write citytr response.end %>
2
2281
by: Ozer | last post by:
Hi friends, I wanna ask something. I use javascript menu on my user interface. And the js files contains special(turkish) character. I need to use codepage=1254 attribute in my @Page tag. If i don't use it. Javascript menu and functions fail. But if i add this atrribute, after i posted the form, all of the special(turkish) characters...
2
1863
by: Ozer | last post by:
Hi guys, I use codepage 1254 for encoding, ResponseEncode and RequestEncode. If i don't use this, my javascript menu does not appear and i have no special character problem in form fields, but if i use this codepage, i can use javascript menu but i have the special character(turkish characters) problem. Thanks for any help. Bye.
4
4424
by: CreateObject | last post by:
I am using mySQL with ASP. I have a trouble with Turkish characters as I am tring to get and display data from mySQL database. However, I can see whole Turkish characters exactly when I use phpMyAdmin. I used the following tags on HTML but I couldn't achieve to display Turkish characters in any way. mySQL database lang: latin5_turkish_ci...
4
5739
by: Jason Gyetko | last post by:
Is there any way to combine these two queries into one? I have tables Item_Master & Kit_Master which are the source tables. Query 2 is using both Item_Master (table) & qryKit1 (query) & Kit_Master (table) as its record source because the Kit_Master table has 2 fields in it that get joined back to the same field in Item_Master. Item_Master...
2
1979
by: Nathan Harmston | last post by:
Hi, I know this isnt the pyparsing list, but it doesnt seem like there is one. I m trying to use pyparsing to parse a file however I cant get the Optional keyword to work. My file generally looks like this: ALIGNMENT 1020 YS2-10a02.q1k chr09 1295 42 141045 142297 C 1254 95.06 1295 reject_bad_break 0 or this:
0
7888
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8159
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8314
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8185
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6571
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5366
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3811
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2317
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1416
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.