Mon, Jun 24, 2002 at 04:08:41PM -0400 scrivesti > > "make: *** No rule to make target `../../lst/liblstlc.la', needed by > `libodbcpsql.la'. Stop." > > I have not installed the full unixODBC at this point, but I assume it's > looking for files, libraries, or something? Do I need to edit the > Makefile.in or something else? If so, some guidance would be extremely > helpful and appreciated since I'd be flying a little blind.
The .la are libtools file (text file with instruction). I would do this, from the root of unixodbc. make clean (clean from garbage) configure (with the option to disable X11) make (compile) [1] Then, keep the libraries you need, libodbcpsql.so, and take rid of the rest (i.e. don't issue a "make install", this actually spread the files on your hd) [1] I don't think at this point you need to compile everything. You can move to the postgres branch and type make on them. In doubt, compile everything and wait ... -- Rd "Wanderer im schwarzen Wind; leise flustert das durre Rohr In der Stille der Moors. Am grauen Himmel Ein Zug von wilden Vogeln folgt; Quere uber finsteren Wassern." ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
