Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438312 - =dev-tcltk/tkXwin-1.0-r1 calls gcc directly
Summary: =dev-tcltk/tkXwin-1.0-r1 calls gcc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-10-14 10:29 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-10-14 11:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.