Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 438312

Summary: =dev-tcltk/tkXwin-1.0-r1 calls gcc directly
Product: Gentoo Linux Reporter: Vicente Olivert Riera (RETIRED) <vincent>
Component: Current packagesAssignee: TCL/TK Project <tcltk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Vicente Olivert Riera (RETIRED) gentoo-dev 2012-10-14 10:29:15 UTC
/bin/sh ./libtool --mode=compile gcc -DVERSION=\"1.0\" -DUSE_TCL_STUBS=1  -I. -I.  -I"/usr/include"      -O2  -fPIC -c tkXwin.c

gcc -DVERSION=\"1.0\" -DUSE_TCL_STUBS=1 -I. -I. -I/usr/include -O2 -fPIC -c tkXwin.c  -fPIC -DPIC -o .libs/tkXwin.o

/bin/sh ./libtool --mode=link gcc  -O2  -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libtkXwin.la -rpath /usr/lib64 -version-info 1:0:0 tkXwin.lo -L/usr/lib64 -ltk8.5 -L/usr/lib64 -ltcl8.5 -lX11 -lXext  

gcc -shared  .libs/tkXwin.o  -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -lXext -lc  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-soname -Wl,libtkXwin.so.1 -o .libs/libtkXwin.so.1.0
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-10-14 11:30:03 UTC

*** This bug has been marked as a duplicate of bug 438322 ***
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-10-14 11:30:31 UTC
Lets stable latest version which has everything fixed.