Go Back   nV News Forums > Linux Support Forums > NVIDIA Linux


                    

Sponsored Ad

Reply
 
Thread Tools
Old 07-20-07, 04:27 PM   #1
fwelland
Registered User
 
Join Date: Jun 2007
Posts: 10
Angry building libXNVCtrl.a ???

I am trying to build libXNVCtrl.a from the nvidia-settings-1.0 source code.


The Imakefile and generate Makefile will not build anything. The Generated Makefile has a bunch of (_NULLCMD_) where there should perhaps be real tasks to build the .o and .a and such. Running the make file, does nothing much at all.


I think this may have something to do with the host.def file for the X.org source code and IMake/xmkmf.

My environment is:

Fedora 7 (with most if not all up to date yum packages installed)
kernel 2.6.21-1.3228.fc7
NVidia 1.0-9762 driver install from .run package
Most if not all X.org devel packages

Does anyone know how to build this thing?
fwelland is offline   Reply With Quote
Old 07-20-07, 04:59 PM   #2
AaronP
NVIDIA Corporation
 
AaronP's Avatar
 
Join Date: Mar 2005
Posts: 1,925
Default Re: building libXNVCtrl.a ???

Hi fwelland, thanks for bringing this to our attention. I filed bug 334808 on this issue. In the meantime, this simple Makefile works for me:
Code:
libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
	ranlib $@

NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h
.INTERMEDIATE: NVCtrl.o

clean ::
	rm -f libXNVCtrl.a *.o
.PHONY: clean
AaronP is offline   Reply With Quote

Sponsored Ads - Guests Only

Old 07-20-07, 11:01 PM   #3
fwelland
Registered User
 
Join Date: Jun 2007
Posts: 10
Default Re: building libXNVCtrl.a ???

yup that make snippet worked just fine.

TX
fwelland is offline   Reply With Quote
Reply




Shop Online


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




All times are GMT -4. The time now is 03:10 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
nV News - Copyright ©1998-2010. All rights reserved.