Skip to content

Commit

Permalink
see ChangeLog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_4@727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Jun 3, 2000
1 parent 5bd5688 commit 0170b76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sun Jun 4 02:01:10 2000 WATANABE Hirofumi <eban@os.rim.or.jp>

* lib/mkmf.rb: do not need to add -L$(topdir) in --enable-shared case.

Sun Jun 4 01:02:00 2000 WATANABE Hirofumi <eban@os.rim.or.jp>

* ext/Win32API/Win32API.c: directly "call" in asm statement for
Expand Down
2 changes: 2 additions & 0 deletions ext/tcltklib/tcltklib.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ static VALUE ip_invoke_real _((int, VALUE*, VALUE));

/* from tkAppInit.c */

#if !defined __MINGW32__
/*
* The following variable is a special hack that is needed in order for
* Sun shared libraries to be used for Tcl.
*/

extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
#endif

/*---- module TclTkLib ----*/

Expand Down
1 change: 0 additions & 1 deletion lib/mkmf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ def create_makefile(target)

if $configure_args['--enable-shared']
$libs = CONFIG["LIBRUBYARG"] + " " + $libs
$DLDFLAGS = $DLDFLAGS + " -L$(topdir)"
end

if RUBY_PLATFORM =~ /beos/
Expand Down

0 comments on commit 0170b76

Please sign in to comment.