1845886 Members
4595 Online
110250 Solutions
New Discussion

Re: samba problem

 
Ing. Georgina Zurita
Occasional Contributor

samba problem

Somebody can hepl me with this message, when I try to make in samba send me this:
#make
Using FLAGS = -O -fPIC -Iinclude -I./include -I./ubiqx -I./smbwrapper -Ae -D_"
Using FLAGS32 = -O -fPIC -Iinclude -I./include -I./ubiqx -I./smbwrapper -Ae -"
Using LIBS = -lgen -lsec -lnsl
Compiling lib/util_seaccess.c
cc: warning 422: Unknown option "fPIC" ignored.
cc: panic 3007:
*** Error exit code 1

Stop.
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: samba problem


You can search the forums using the strings:

samba panic error make warning

or download it from here:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/

or get HP's CIFS (samba):

client: http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA

server: http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA

live free or die
harry
Live Free or Die
Michael Tully
Honored Contributor

Re: samba problem

Why fool around with compiling, when you can get it already compiled, and in software depot format ready to be installation.
Anyone for a Mutiny ?
benoit Bruckert
Honored Contributor

Re: samba problem

Hi,
-fPIC is an option available with gcc : independant position code.
and you are using cc.
if the cc you are using is the K&R cc compiler used to compile the kernel, then you cannot compile samba.
If the cc is the ansi C, then the option is +Z instead of -fPIC.
Last but not least, if you don't have an ansi C, then use gcc instead

samba is easy to compile on HP-UX, with gcc.. This is what I did !

hth,
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)