Changeset 46ef83 in git for Singular/iplib.cc


Ignore:
Timestamp:
Nov 20, 2000, 9:17:04 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dbf854d6f6f2ae3fe5c5fa8ccc9c20c1091fbb13
Parents:
470c7c881fa69a3cf4b81eaeeb9289ca75f16cb6
Message:
*hannes: dyn.load stuff: autodetection, better error msg.


git-svn-id: file:///usr/local/Singular/svn/trunk@4748 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r470c7c r46ef83  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.75 2000-09-18 09:19:05 obachman Exp $ */
     4/* $Id: iplib.cc,v 1.76 2000-11-20 20:17:03 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    10551055  if((IDPACKAGE(pl)->handle=dynl_open(FullName))==(void *)NULL)
    10561056  {
    1057     WerrorS("dynl_open failed");
     1057    Werror("dynl_open failed:%s", dynl_error());
    10581058    Werror("%s not found", newlib);
    10591059    goto load_modules_end;
Note: See TracChangeset for help on using the changeset viewer.