[JDEV] help for xdb_odbc module

Brian Lalor blalor at hcirisc.cs.binghamton.edu
Tue Oct 9 10:40:42 CDT 2001


On Tue, 9 Oct 2001, Alex She<Wizdomtech - Analyst Programmer> wrote:

> I downloaded xdb_odbc , but when I make it, it output following :
> Makefile:14: *** commands commence before first target.  Stop.
> why?
> I view the Makefile, but I can find any clue,

Makefiles are pretty picky.  The target needs to be in the leftmost
column, and anything indented under that *must* have a tab.  So, for
example, target foo that runs a gcc command *must* look like this:

foo:
<tab>gcc foo.c -o foo

What OS are you running under?  You may need GNU's make...

_____________________________________________________________________________
B r i a n  L a l o r                         blalor at hcirisc.cs.binghamton.edu
http://hcirisc.cs.binghamton.edu/~blalor     Spam me not.
   To get my pgp key, put "get pgp key" in the subject of your message

My Dad used to say I have deceptive quickness.  I'm slower than I look.






More information about the JDev mailing list