Artifact c13cde4d69d196fc07218d20632f2ed1db80d98979ea38ff879930db9011625a:
- Executable file
r38/lisp/csl/cslbase/nasty-functions.txt
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 789) [annotate] [blame] [check-ins using] [more...]
The following functions on at least some Linux systems insist that the same versin of glibc is available at run time as when linking EVEN WHEN STATIC LINKING IS USED. This seems to make a pretty fundamental mockery of the idea of static linking. getgrid fox: FXFile getpwnam fox: FXFile This is used from FXFileDialog and hence getpwuid fox: FXFile because I want to be able to open files! getpwnam_r fox: FXFile getpwuid_r fox: FXFile The above are used To find the home directory associated with a user (by name) To find the home directory associated with a iser (by uid) To find the owner of a file or the group associared with a file. gethostbyname print.c getservbyname ?? comes as package deal with gethostbyname ??