Opened 17 years ago

Closed 16 years ago

#42 closed defect (worksforme)

"make all" with setting "OPENGL=0" stops with linker error. Bug in Makefile?

Reported by: meierh Owned by: westram
Priority: major Milestone:
Component: no idea Version: SVN
Keywords: opengl make linker Cc:

Description

Suse Linux (9.3). ARB compiles completely with "OPENGL=1" in config.makefile.

set OPENGL to "0" in config.makefile. make all

stops with linker error:


g++ -W -Wall -DLINUX -DHAVE_BOOL -pipe -DNO_REGEXPR -DGNU -o bin/arb_ntree -L/home/meierh/ARB_20070601/ARB/LIBLINK PROBE_COM/client.a ARB_GDE/ARB_GDE.a AWTC/AWTC.a AWTI/AWTI.a CAT/CAT.a GENOM/GENOM.a GENOM_IMPORT/GENOM_IMPORT.a ISLAND_HOPPING/ISLAND_HOPPING.a MERGE/MERGE.a MULTI_PROBE/MULTI_PROBE.a NTREE/NTREE.a PRIMER_DESIGN/PRIMER_DESIGN.a PROBE_DESIGN/PROBE_DESIGN.a SEQ_QUALITY/SEQ_QUALITY.a SERVERCNTRL/SERVERCNTRL.a SL/AW_NAME/AW_NAME.a SL/HELIX/HELIX.a SL/DB_SCANNER/DB_SCANNER.a SL/FILE_BUFFER/FILE_BUFFER.a STAT/STAT.a XML/XML.a -lARBDB -lm -lAW -lAWT -lXm -lXpm -lXp -lXt -lXext -lX11 -L/usr/X11/lib -lc /home/meierh/ARB_20070601/ARB/LIBLINK/libAW.so: undefined reference to `glXMakeCurrent' /home/meierh/ARB_20070601/ARB/LIBLINK/libAW.so: undefined reference to `glXChooseVisual' /home/meierh/ARB_20070601/ARB/LIBLINK/libAW.so: undefined reference to `glXSwapBuffers' collect2: ld returned 1 exit status make: * [bin/arb_ntree] Fehler 1


Bug in Makefile?

Change History (5)

comment:1 Changed 17 years ago by meierh

  • Priority changed from normal to major

comment:2 Changed 17 years ago by westram

  • Owner changed from devel to westram
  • Status changed from new to assigned

comment:3 follow-up: Changed 17 years ago by westram

  • works for me
  • please try make rebuild on a fresh checkout

comment:4 in reply to: ↑ 3 Changed 16 years ago by guest

works for me as well on arbsrc.tgz 10/29/07 — elmar

comment:5 Changed 16 years ago by westram

  • Resolution set to worksforme
  • Status changed from assigned to closed

I think this is outdated..

Note: See TracTickets for help on using tickets.