Bug 16584

Summary: cardinfo of pcmcia-cs of D. Hinds
Product: [Retired] Red Hat Powertools Reporter: Need Real Name <dkraft>
Component: xformsAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-20 00:47:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-08-19 15:14:32 UTC
in compiling pcmcia-cs-3.1.20 under pinstripe (with kgcc) I get:




make[1]: Entering directory `/usr/src/pcmcia-cs-3.1.20/cardmgr'
cc  cardinfo.o -o cardinfo -L/usr/X11R6/lib -L/usr/X11/lib -lforms -lX11
-lm
/usr/X11R6/lib/libX11.so: undefined reference to `getpwuid_r.2'
/usr/X11R6/lib/libX11.so: undefined reference to `shmctl'
/usr/X11R6/lib/libX11.so: undefined reference to `getpwnam_r.2'
collect2: ld returned 1 exit status
make[1]: *** [cardinfo] Error 1
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.1.20/cardmgr'
make: *** [all] Error 2

root@isaac:/usr/src/pcmcia-cs-3.1.20>  ldd /usr/X11/lib/libforms.so
	libc.so.6 => /lib/libc.so.6 (0x40091000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
root@isaac:/usr/src/pcmcia-cs-3.1.20> 


root@isaac:/usr/src/pcmcia-cs-3.1.20>

Comment 1 Ngo Than 2000-08-20 00:47:06 UTC
you have to use gcc-2.96 to compile the X11 stuff in PCMCIA
The makefile in pcmcia must be fixed for using gcc-2.96 instead kgcc


Comment 2 Michael K. Johnson 2000-08-20 21:17:40 UTC
Thanks, Ngo.