-
Notifications
You must be signed in to change notification settings - Fork 4
Issues building r-old for R 1.0.x #1
Copy link
Copy link
Open
Description
Appears to be a problem with missing X11 libs (even though build is run --without-x):
gcc -export-dynamic -o ../../bin/R.X11 apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o g_her_glyph.o g_fontdb.o g_cntrlify.o g_alab_her.o gram.o gram-ex.o graphics.o iosupport.o list.o logic.o main.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o RNG.o regex.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o xxxpr.o ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lg2c -lm -ldl -lm
../unix/libunix.a(edit.o): In function `Rf_InitEd':
/tmp/R-1.0.0/src/unix/edit.c:65: the use of `tmpnam' is dangerous, better use `mkstemp'
../unix/libunix.a(dataentry.o): In function `clearwindow':
/tmp/R-1.0.0/src/unix/dataentry.c:412: undefined reference to `XClearWindow'
../unix/libunix.a(dataentry.o): In function `NextEvent':
/tmp/R-1.0.0/src/unix/dataentry.c:1380: undefined reference to `XNextEvent'
../unix/libunix.a(dataentry.o): In function `GetKey':
/tmp/R-1.0.0/src/unix/dataentry.c:1395: undefined reference to `XLookupString'
../unix/libunix.a(dataentry.o): In function `GetCharP':
/tmp/R-1.0.0/src/unix/dataentry.c:1405: undefined reference to `XLookupString'
../unix/libunix.a(dataentry.o): In function `doControl':
/tmp/R-1.0.0/src/unix/dataentry.c:1421: undefined reference to `XLookupString'
../unix/libunix.a(dataentry.o): In function `RefreshKeyboardMapping':
/tmp/R-1.0.0/src/unix/dataentry.c:1440: undefined reference to `XRefreshKeyboardMapping'
../unix/libunix.a(dataentry.o): In function `closewin':
/tmp/R-1.0.0/src/unix/dataentry.c:1447: undefined reference to `XFreeGC'
/tmp/R-1.0.0/src/unix/dataentry.c:1448: undefined reference to `XDestroyWindow'
/tmp/R-1.0.0/src/unix/dataentry.c:1449: undefined reference to `XCloseDisplay'
../unix/libunix.a(dataentry.o): In function `initwin':
/tmp/R-1.0.0/src/unix/dataentry.c:1466: undefined reference to `XOpenDisplay'
/tmp/R-1.0.0/src/unix/dataentry.c:1471: undefined reference to `XLoadQueryFont'
/tmp/R-1.0.0/src/unix/dataentry.c:1489: undefined reference to `XCreateFontCursor'
/tmp/R-1.0.0/src/unix/dataentry.c:1499: undefined reference to `XCreateSimpleWindow'
/tmp/R-1.0.0/src/unix/dataentry.c:1511: undefined reference to `XSetStandardProperties'
/tmp/R-1.0.0/src/unix/dataentry.c:1515: undefined reference to `XChangeWindowAttributes'
/tmp/R-1.0.0/src/unix/dataentry.c:1517: undefined reference to `XCreateGC'
/tmp/R-1.0.0/src/unix/dataentry.c:1518: undefined reference to `XSetFont'
/tmp/R-1.0.0/src/unix/dataentry.c:1519: undefined reference to `XSetBackground'
/tmp/R-1.0.0/src/unix/dataentry.c:1522: undefined reference to `XSelectInput'
/tmp/R-1.0.0/src/unix/dataentry.c:1525: undefined reference to `XMapRaised'
/tmp/R-1.0.0/src/unix/dataentry.c:1531: undefined reference to `XCreateSimpleWindow'
/tmp/R-1.0.0/src/unix/dataentry.c:1534: undefined reference to `XCreateSimpleWindow'
/tmp/R-1.0.0/src/unix/dataentry.c:1537: undefined reference to `XSelectInput'
/tmp/R-1.0.0/src/unix/dataentry.c:1545: undefined reference to `XChangeWindowAttributes'
/tmp/R-1.0.0/src/unix/dataentry.c:1552: undefined reference to `XNextEvent'
/tmp/R-1.0.0/src/unix/dataentry.c:1555: undefined reference to `XNextEvent'
../unix/libunix.a(dataentry.o): In function `bell':
/tmp/R-1.0.0/src/unix/dataentry.c:1567: undefined reference to `XBell'
../unix/libunix.a(dataentry.o): In function `cleararea':
/tmp/R-1.0.0/src/unix/dataentry.c:1572: undefined reference to `XClearArea'
../unix/libunix.a(dataentry.o): In function `copyarea':
/tmp/R-1.0.0/src/unix/dataentry.c:1577: undefined reference to `XCopyArea'
../unix/libunix.a(dataentry.o): In function `drawline':
/tmp/R-1.0.0/src/unix/dataentry.c:1584: undefined reference to `XDrawLine'
../unix/libunix.a(dataentry.o): In function `drawrectangle':
/tmp/R-1.0.0/src/unix/dataentry.c:1589: undefined reference to `XDrawRectangle'
../unix/libunix.a(dataentry.o): In function `drawtext':
/tmp/R-1.0.0/src/unix/dataentry.c:1594: undefined reference to `XDrawImageString'
../unix/libunix.a(dataentry.o): In function `querypointer':
/tmp/R-1.0.0/src/unix/dataentry.c:1604: undefined reference to `XQueryPointer'
../unix/libunix.a(dataentry.o): In function `setattribsfromwindow':
/tmp/R-1.0.0/src/unix/dataentry.c:1611: undefined reference to `XGetWindowAttributes'
../unix/libunix.a(dataentry.o): In function `setforeground':
/tmp/R-1.0.0/src/unix/dataentry.c:1620: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/dataentry.c:1623: undefined reference to `XSetForeground'
../unix/libunix.a(dataentry.o): In function `setlineattribs':
/tmp/R-1.0.0/src/unix/dataentry.c:1629: undefined reference to `XSetLineAttributes'
../unix/libunix.a(dataentry.o): In function `Rsync':
/tmp/R-1.0.0/src/unix/dataentry.c:1634: undefined reference to `XSync'
../unix/libunix.a(dataentry.o): In function `textwidth':
/tmp/R-1.0.0/src/unix/dataentry.c:1641: undefined reference to `XTextWidth'
../unix/libunix.a(dataentry.o): In function `popupmenu':
/tmp/R-1.0.0/src/unix/dataentry.c:1655: undefined reference to `XMapSubwindows'
/tmp/R-1.0.0/src/unix/dataentry.c:1656: undefined reference to `XMapRaised'
/tmp/R-1.0.0/src/unix/dataentry.c:1657: undefined reference to `XMoveWindow'
/tmp/R-1.0.0/src/unix/dataentry.c:1670: undefined reference to `XDrawString'
/tmp/R-1.0.0/src/unix/dataentry.c:1673: undefined reference to `XDrawString'
/tmp/R-1.0.0/src/unix/dataentry.c:1680: undefined reference to `XDrawString'
/tmp/R-1.0.0/src/unix/dataentry.c:1689: undefined reference to `XNextEvent'
/tmp/R-1.0.0/src/unix/dataentry.c:1696: undefined reference to `XCheckTypedEvent'
/tmp/R-1.0.0/src/unix/dataentry.c:1697: undefined reference to `XMaskEvent'
/tmp/R-1.0.0/src/unix/dataentry.c:1734: undefined reference to `XDrawString'
/tmp/R-1.0.0/src/unix/dataentry.c:1737: undefined reference to `XDrawString'
../unix/libunix.a(dataentry.o): In function `popdownmenu':
/tmp/R-1.0.0/src/unix/dataentry.c:1748: undefined reference to `XUnmapWindow'
/tmp/R-1.0.0/src/unix/dataentry.c:1749: undefined reference to `XUnmapSubwindows'
../unix/libunix.a(devX11.o): In function `GetGrayPalette':
/tmp/R-1.0.0/src/unix/devX11.c:270: undefined reference to `XAllocColor'
/tmp/R-1.0.0/src/unix/devX11.c:282: undefined reference to `XFreeColors'
../unix/libunix.a(devX11.o): In function `GetColorPalette':
/tmp/R-1.0.0/src/unix/devX11.c:344: undefined reference to `XAllocColor'
/tmp/R-1.0.0/src/unix/devX11.c:359: undefined reference to `XFreeColors'
../unix/libunix.a(devX11.o): In function `GetPseudoColor2Pixel':
/tmp/R-1.0.0/src/unix/devX11.c:429: undefined reference to `XAllocColor'
../unix/libunix.a(devX11.o): In function `FreeX11Colors':
/tmp/R-1.0.0/src/unix/devX11.c:500: undefined reference to `XFreeColors'
../unix/libunix.a(devX11.o): In function `handleEvent':
/tmp/R-1.0.0/src/unix/devX11.c:585: undefined reference to `XCheckTypedEvent'
/tmp/R-1.0.0/src/unix/devX11.c:587: undefined reference to `XFindContext'
/tmp/R-1.0.0/src/unix/devX11.c:596: undefined reference to `XFindContext'
/tmp/R-1.0.0/src/unix/devX11.c:607: undefined reference to `XFindContext'
../unix/libunix.a(devX11.o): In function `R_ProcessEvents':
/tmp/R-1.0.0/src/unix/devX11.c:618: undefined reference to `XNextEvent'
/tmp/R-1.0.0/src/unix/devX11.c:621: undefined reference to `XPending'
../unix/libunix.a(devX11.o): In function `RLoadFont':
/tmp/R-1.0.0/src/unix/devX11.c:844: undefined reference to `XLoadQueryFont'
/tmp/R-1.0.0/src/unix/devX11.c:859: undefined reference to `XLoadQueryFont'
/tmp/R-1.0.0/src/unix/devX11.c:885: undefined reference to `XLoadQueryFont'
/tmp/R-1.0.0/src/unix/devX11.c:900: undefined reference to `XFreeFont'
../unix/libunix.a(devX11.o): In function `SetBaseFont':
/tmp/R-1.0.0/src/unix/devX11.c:915: undefined reference to `XLoadQueryFont'
../unix/libunix.a(devX11.o): In function `SetFont':
/tmp/R-1.0.0/src/unix/devX11.c:931: undefined reference to `XSetFont'
../unix/libunix.a(devX11.o): In function `SetColor':
/tmp/R-1.0.0/src/unix/devX11.c:943: undefined reference to `XSetState'
../unix/libunix.a(devX11.o): In function `SetLinetype':
/tmp/R-1.0.0/src/unix/devX11.c:969: undefined reference to `XSetLineAttributes'
/tmp/R-1.0.0/src/unix/devX11.c:989: undefined reference to `XSetDashes'
/tmp/R-1.0.0/src/unix/devX11.c:990: undefined reference to `XSetLineAttributes'
../unix/libunix.a(devX11.o): In function `X11_Open':
/tmp/R-1.0.0/src/unix/devX11.c:1032: undefined reference to `XOpenDisplay'
/tmp/R-1.0.0/src/unix/devX11.c:1049: undefined reference to `XrmUniqueQuark'
/tmp/R-1.0.0/src/unix/devX11.c:1080: undefined reference to `XCreateWindow'
/tmp/R-1.0.0/src/unix/devX11.c:1090: undefined reference to `XChangeProperty'
/tmp/R-1.0.0/src/unix/devX11.c:1093: undefined reference to `XCreateFontCursor'
/tmp/R-1.0.0/src/unix/devX11.c:1094: undefined reference to `XDefineCursor'
/tmp/R-1.0.0/src/unix/devX11.c:1098: undefined reference to `XInternAtom'
/tmp/R-1.0.0/src/unix/devX11.c:1099: undefined reference to `XInternAtom'
/tmp/R-1.0.0/src/unix/devX11.c:1100: undefined reference to `XSetWMProtocols'
/tmp/R-1.0.0/src/unix/devX11.c:1103: undefined reference to `XSaveContext'
/tmp/R-1.0.0/src/unix/devX11.c:1107: undefined reference to `XSelectInput'
/tmp/R-1.0.0/src/unix/devX11.c:1109: undefined reference to `XMapWindow'
/tmp/R-1.0.0/src/unix/devX11.c:1110: undefined reference to `XSync'
/tmp/R-1.0.0/src/unix/devX11.c:1114: undefined reference to `XNextEvent'
/tmp/R-1.0.0/src/unix/devX11.c:1117: undefined reference to `XNextEvent'
/tmp/R-1.0.0/src/unix/devX11.c:1123: undefined reference to `XCreateGC'
/tmp/R-1.0.0/src/unix/devX11.c:1124: undefined reference to `XSetState'
/tmp/R-1.0.0/src/unix/devX11.c:1125: undefined reference to `XSetFont'
../unix/libunix.a(devX11.o): In function `X11_StrWidth':
/tmp/R-1.0.0/src/unix/devX11.c:1149: undefined reference to `XTextWidth'
../unix/libunix.a(devX11.o): In function `X11_Clip':
/tmp/R-1.0.0/src/unix/devX11.c:1223: undefined reference to `XSetClipRectangles'
../unix/libunix.a(devX11.o): In function `X11_NewPage':
/tmp/R-1.0.0/src/unix/devX11.c:1268: undefined reference to `XSetWindowBackground'
/tmp/R-1.0.0/src/unix/devX11.c:1270: undefined reference to `XClearWindow'
../unix/libunix.a(devX11.o): In function `X11_Close':
/tmp/R-1.0.0/src/unix/devX11.c:1294: undefined reference to `XFreeCursor'
/tmp/R-1.0.0/src/unix/devX11.c:1295: undefined reference to `XFreeGC'
/tmp/R-1.0.0/src/unix/devX11.c:1296: undefined reference to `XDestroyWindow'
/tmp/R-1.0.0/src/unix/devX11.c:1297: undefined reference to `XSync'
/tmp/R-1.0.0/src/unix/devX11.c:1313: undefined reference to `XFreeFont'
/tmp/R-1.0.0/src/unix/devX11.c:1316: undefined reference to `XCloseDisplay'
../unix/libunix.a(devX11.o): In function `X11_Activate':
/tmp/R-1.0.0/src/unix/devX11.c:1343: undefined reference to `XChangeProperty'
/tmp/R-1.0.0/src/unix/devX11.c:1345: undefined reference to `XSync'
../unix/libunix.a(devX11.o): In function `X11_Deactivate':
/tmp/R-1.0.0/src/unix/devX11.c:1367: undefined reference to `XChangeProperty'
/tmp/R-1.0.0/src/unix/devX11.c:1369: undefined reference to `XSync'
../unix/libunix.a(devX11.o): In function `X11_Rect':
/tmp/R-1.0.0/src/unix/devX11.c:1409: undefined reference to `XFillRectangle'
/tmp/R-1.0.0/src/unix/devX11.c:1415: undefined reference to `XDrawRectangle'
../unix/libunix.a(devX11.o): In function `X11_Circle':
/tmp/R-1.0.0/src/unix/devX11.c:1457: undefined reference to `XFillArc'
/tmp/R-1.0.0/src/unix/devX11.c:1463: undefined reference to `XDrawArc'
../unix/libunix.a(devX11.o): In function `X11_Line':
/tmp/R-1.0.0/src/unix/devX11.c:1493: undefined reference to `XDrawLine'
../unix/libunix.a(devX11.o): In function `X11_Polyline':
/tmp/R-1.0.0/src/unix/devX11.c:1526: undefined reference to `XDrawLines'
../unix/libunix.a(devX11.o): In function `X11_Polygon':
/tmp/R-1.0.0/src/unix/devX11.c:1569: undefined reference to `XFillPolygon'
/tmp/R-1.0.0/src/unix/devX11.c:1577: undefined reference to `XDrawLines'
../unix/libunix.a(devX11.o): In function `X11_Locator':
/tmp/R-1.0.0/src/unix/devX11.c:1629: undefined reference to `XSync'
/tmp/R-1.0.0/src/unix/devX11.c:1633: undefined reference to `XNextEvent'
/tmp/R-1.0.0/src/unix/devX11.c:1635: undefined reference to `XFindContext'
/tmp/R-1.0.0/src/unix/devX11.c:1644: undefined reference to `XSync'
../unix/libunix.a(devX11.o): In function `X11_Mode':
/tmp/R-1.0.0/src/unix/devX11.c:1673: undefined reference to `XSync'
../unix/libunix.a(rotated.o): In function `MakeXImage':
/tmp/R-1.0.0/src/unix/rotated.c:219: undefined reference to `XCreateImage'
../unix/libunix.a(rotated.o): In function `XRotPaintAlignedString':
/tmp/R-1.0.0/src/unix/rotated.c:342: undefined reference to `XCreateGC'
/tmp/R-1.0.0/src/unix/rotated.c:343: undefined reference to `XCopyGC'
/tmp/R-1.0.0/src/unix/rotated.c:398: undefined reference to `XCreatePixmap'
/tmp/R-1.0.0/src/unix/rotated.c:400: undefined reference to `XCreateGC'
/tmp/R-1.0.0/src/unix/rotated.c:401: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/rotated.c:402: undefined reference to `XFillRectangle'
/tmp/R-1.0.0/src/unix/rotated.c:404: undefined reference to `XSetStipple'
/tmp/R-1.0.0/src/unix/rotated.c:405: undefined reference to `XSetFillStyle'
/tmp/R-1.0.0/src/unix/rotated.c:407: undefined reference to `XFillPolygon'
/tmp/R-1.0.0/src/unix/rotated.c:412: undefined reference to `XFreeGC'
/tmp/R-1.0.0/src/unix/rotated.c:413: undefined reference to `XFreePixmap'
/tmp/R-1.0.0/src/unix/rotated.c:431: undefined reference to `XGetGCValues'
/tmp/R-1.0.0/src/unix/rotated.c:442: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/rotated.c:443: undefined reference to `XSetFillStyle'
/tmp/R-1.0.0/src/unix/rotated.c:444: undefined reference to `XSetStipple'
/tmp/R-1.0.0/src/unix/rotated.c:445: undefined reference to `XSetTSOrigin'
/tmp/R-1.0.0/src/unix/rotated.c:446: undefined reference to `XFillRectangle'
/tmp/R-1.0.0/src/unix/rotated.c:448: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/rotated.c:452: undefined reference to `XCreatePixmap'
/tmp/R-1.0.0/src/unix/rotated.c:456: undefined reference to `XCreateGC'
/tmp/R-1.0.0/src/unix/rotated.c:457: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/rotated.c:458: undefined reference to `XSetBackground'
/tmp/R-1.0.0/src/unix/rotated.c:461: undefined reference to `XSetTSOrigin'
/tmp/R-1.0.0/src/unix/rotated.c:465: undefined reference to `XSetStipple'
/tmp/R-1.0.0/src/unix/rotated.c:466: undefined reference to `XSetFillStyle'
/tmp/R-1.0.0/src/unix/rotated.c:467: undefined reference to `XFillRectangle'
/tmp/R-1.0.0/src/unix/rotated.c:471: undefined reference to `XSetTSOrigin'
/tmp/R-1.0.0/src/unix/rotated.c:474: undefined reference to `XCreatePixmap'
/tmp/R-1.0.0/src/unix/rotated.c:478: undefined reference to `XSetFillStyle'
/tmp/R-1.0.0/src/unix/rotated.c:479: undefined reference to `XSetFunction'
/tmp/R-1.0.0/src/unix/rotated.c:480: undefined reference to `XCopyArea'
/tmp/R-1.0.0/src/unix/rotated.c:484: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/rotated.c:485: undefined reference to `XSetBackground'
/tmp/R-1.0.0/src/unix/rotated.c:486: undefined reference to `XSetStipple'
/tmp/R-1.0.0/src/unix/rotated.c:487: undefined reference to `XSetFillStyle'
/tmp/R-1.0.0/src/unix/rotated.c:488: undefined reference to `XSetFunction'
/tmp/R-1.0.0/src/unix/rotated.c:489: undefined reference to `XFillRectangle'
/tmp/R-1.0.0/src/unix/rotated.c:493: undefined reference to `XFreePixmap'
/tmp/R-1.0.0/src/unix/rotated.c:494: undefined reference to `XFreeGC'
/tmp/R-1.0.0/src/unix/rotated.c:504: undefined reference to `XSetFillStyle'
/tmp/R-1.0.0/src/unix/rotated.c:505: undefined reference to `XSetStipple'
/tmp/R-1.0.0/src/unix/rotated.c:506: undefined reference to `XSetTSOrigin'
/tmp/R-1.0.0/src/unix/rotated.c:507: undefined reference to `XFillRectangle'
/tmp/R-1.0.0/src/unix/rotated.c:511: undefined reference to `XFreeGC'
/tmp/R-1.0.0/src/unix/rotated.c:515: undefined reference to `XFreePixmap'
../unix/libunix.a(rotated.o): In function `XRotDrawHorizontalString':
/tmp/R-1.0.0/src/unix/rotated.c:556: undefined reference to `XCreateGC'
/tmp/R-1.0.0/src/unix/rotated.c:557: undefined reference to `XCopyGC'
/tmp/R-1.0.0/src/unix/rotated.c:560: undefined reference to `XSetFont'
/tmp/R-1.0.0/src/unix/rotated.c:595: undefined reference to `XTextExtents'
/tmp/R-1.0.0/src/unix/rotated.c:608: undefined reference to `XDrawString'
/tmp/R-1.0.0/src/unix/rotated.c:610: undefined reference to `XDrawImageString'
/tmp/R-1.0.0/src/unix/rotated.c:620: undefined reference to `XFreeGC'
../unix/libunix.a(rotated.o): In function `XRotRetrieveFromCache':
/tmp/R-1.0.0/src/unix/rotated.c:645: undefined reference to `XGetFontProperty'
/tmp/R-1.0.0/src/unix/rotated.c:647: undefined reference to `XGetAtomName'
/tmp/R-1.0.0/src/unix/rotated.c:744: undefined reference to `XFree'
../unix/libunix.a(rotated.o): In function `XRotCreateTextItem':
/tmp/R-1.0.0/src/unix/rotated.c:829: undefined reference to `XTextExtents'
/tmp/R-1.0.0/src/unix/rotated.c:839: undefined reference to `XTextExtents'
/tmp/R-1.0.0/src/unix/rotated.c:862: undefined reference to `XCreatePixmap'
/tmp/R-1.0.0/src/unix/rotated.c:866: undefined reference to `XCreateGC'
/tmp/R-1.0.0/src/unix/rotated.c:867: undefined reference to `XSetBackground'
/tmp/R-1.0.0/src/unix/rotated.c:868: undefined reference to `XSetFont'
/tmp/R-1.0.0/src/unix/rotated.c:871: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/rotated.c:872: undefined reference to `XFillRectangle'
/tmp/R-1.0.0/src/unix/rotated.c:874: undefined reference to `XSetForeground'
/tmp/R-1.0.0/src/unix/rotated.c:904: undefined reference to `XTextExtents'
/tmp/R-1.0.0/src/unix/rotated.c:916: undefined reference to `XDrawString'
/tmp/R-1.0.0/src/unix/rotated.c:948: undefined reference to `XGetSubImage'
/tmp/R-1.0.0/src/unix/rotated.c:1056: undefined reference to `XCreatePixmap'
/tmp/R-1.0.0/src/unix/rotated.c:1060: undefined reference to `XPutImage'
/tmp/R-1.0.0/src/unix/rotated.c:1067: undefined reference to `XFreeGC'
/tmp/R-1.0.0/src/unix/rotated.c:1068: undefined reference to `XFreePixmap'
../unix/libunix.a(rotated.o): In function `XRotFreeTextItem':
/tmp/R-1.0.0/src/unix/rotated.c:1201: undefined reference to `XFreePixmap'
../unix/libunix.a(rotated.o): In function `XRotTextExtents':
/tmp/R-1.0.0/src/unix/rotated.c:1372: undefined reference to `XTextExtents'
/tmp/R-1.0.0/src/unix/rotated.c:1382: undefined reference to `XTextExtents'
collect2: ld returned 1 exit status
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels