POV-Ray : Newsgroups : povray.programming : win98se mingw povray : Re: win98se mingw povray Server Time
18 May 2024 19:41:22 EDT (-0400)
  Re: win98se mingw povray  
From: alphaQuad
Date: 5 Dec 2007 14:05:00
Message: <web.4756f5cdd201812e2504c98a0@news.povray.org>
any attempt to use command line "LIBS=anything" wound fail for
pov 3.6 makefile.gcc

ifeq ($(USE_GUI),1)
$(OBJS)/pvengine.exe: $(PVENGINE_OBJECTS) $(OBJS)/pvengine_pvengine_rc.o
 $(CXX) -o $@ $(PVENGINE_OBJECTS) $(LDFLAGS) $(__DEBUGINFO)
-Wl,--subsystem,windows -mwindows


for sound do something incredibly obvious, like:

LIBS=-lcomctl32
LIBS2=-lwinmm


ifeq ($(USE_GUI),1)
$(OBJS)/pvengine.exe: $(PVENGINE_OBJECTS) $(OBJS)/pvengine_pvengine_rc.o
 $(CXX) -o $@ $(PVENGINE_OBJECTS) $(LIBS) $(LIBS2) $(__DEBUGINFO)
-Wl,--subsystem,windows -mwindows


so if I just had a htmlhelp.a ... wait a minute ... where's the dll, no wait
there is none, must use htmlhelp.lib

ah crap another puzzle to solve no one will help with.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.