Tcl Source Code

View Ticket
Login
Ticket UUID: 1752240
Title: MakeFile error line 129 for macosx
Type: Bug Version: obsolete: 8.4.15
Submitter: nobody Created on: 2007-07-11 21:30:07
Subsystem: 53. Configuration and Build Tools Assigned To: das
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2007-08-01 06:11:48
Resolution: Works For Me Closed By: das
    Closed on: 2007-07-31 23:11:48
Description:
Downloaded
tcl8.4.15-src.tar.gz

After expanding change to 
Version 8.4.15 install via README file in /macosx

$ ver="8.4.15"
$ echo $ver
8.4.15
$ make -C tcl${ver}/macosx
Makefile:129: *** target pattern contains no `%'.  Stop.


Computer:  iBook G4 OSX 10.4.10

[email protected]
User Comments: das added on 2007-08-01 06:11:48:
Logged In: YES 
user_id=90580
Originator: NO

I don't understand how adding -d to your make line would have fixed anything (all it does is enable debug messages from make), but as your makefile problem seems to have gone away, I am closing this bug

if you have a problem with libpgtcl, you should file a bug with that project...

jlt added on 2007-07-14 22:14:26:
Logged In: YES 
user_id=6228
Originator: NO

Thanks, I did add the option -d
as in:
$ make -C tcl${ver}/macosx -d

It didn't solve the original problem that was with 8.4. supplied with OS X 10.4
can not use libpgtcl
TEST
jlt$ tclsh8.4
% load /usr/local/pgsql/lib/libpgtcl.so
no suitable image found.  Did find:
        /usr/local/pgsql/lib/libpgtcl.so: not a dylib

das added on 2007-07-13 00:38:37:
Logged In: YES 
user_id=90580
Originator: NO

this works fine for me, on a stock 10.4.10 system.

Maybe you have custom software installed (e.g. a non-GNU version of make) or have environment variables set that override the normal working of the makefile?
you can try running make with the -d flag to do some debugging.

nobody added on 2007-07-12 04:30:09:

File Added - 236633: README

Attachments: